diff options
Diffstat (limited to 'src/WixToolset.Core/Binder.cs')
-rw-r--r-- | src/WixToolset.Core/Binder.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/WixToolset.Core/Binder.cs b/src/WixToolset.Core/Binder.cs index 87b5d2b3..73ad7c04 100644 --- a/src/WixToolset.Core/Binder.cs +++ b/src/WixToolset.Core/Binder.cs | |||
@@ -24,7 +24,7 @@ namespace WixToolset.Core | |||
24 | 24 | ||
25 | public IServiceProvider ServiceProvider { get; } | 25 | public IServiceProvider ServiceProvider { get; } |
26 | 26 | ||
27 | public BindResult Bind(IBindContext context) | 27 | public IBindResult Bind(IBindContext context) |
28 | { | 28 | { |
29 | // Prebind. | 29 | // Prebind. |
30 | // | 30 | // |
@@ -52,7 +52,7 @@ namespace WixToolset.Core | |||
52 | return bindResult; | 52 | return bindResult; |
53 | } | 53 | } |
54 | 54 | ||
55 | private BindResult BackendBind(IBindContext context) | 55 | private IBindResult BackendBind(IBindContext context) |
56 | { | 56 | { |
57 | var extensionManager = context.ServiceProvider.GetService<IExtensionManager>(); | 57 | var extensionManager = context.ServiceProvider.GetService<IExtensionManager>(); |
58 | 58 | ||