aboutsummaryrefslogtreecommitdiff
path: root/src/WixToolset.Core/Binder.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/WixToolset.Core/Binder.cs')
-rw-r--r--src/WixToolset.Core/Binder.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/WixToolset.Core/Binder.cs b/src/WixToolset.Core/Binder.cs
index 090b5d32..204ab6ee 100644
--- a/src/WixToolset.Core/Binder.cs
+++ b/src/WixToolset.Core/Binder.cs
@@ -58,7 +58,7 @@ namespace WixToolset.Core
58 58
59 var backendFactories = extensionManager.GetServices<IBackendFactory>(); 59 var backendFactories = extensionManager.GetServices<IBackendFactory>();
60 60
61 var entrySection = context.IntermediateRepresentation.Sections[0]; 61 var entrySection = context.IntermediateRepresentation.Sections.First();
62 62
63 foreach (var factory in backendFactories) 63 foreach (var factory in backendFactories)
64 { 64 {