aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/WixToolset.Core/Link/ResolveReferencesCommand.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/WixToolset.Core/Link/ResolveReferencesCommand.cs b/src/WixToolset.Core/Link/ResolveReferencesCommand.cs
index 0188f9ac..07eabbd6 100644
--- a/src/WixToolset.Core/Link/ResolveReferencesCommand.cs
+++ b/src/WixToolset.Core/Link/ResolveReferencesCommand.cs
@@ -95,7 +95,7 @@ namespace WixToolset.Core.Link
95 else // display errors for the duplicate symbols. 95 else // display errors for the duplicate symbols.
96 { 96 {
97 var accessibleSymbol = accessible[0]; 97 var accessibleSymbol = accessible[0];
98 var referencingSourceLineNumber = wixSimpleReferenceRow.SourceLineNumbers.ToString(); 98 var referencingSourceLineNumber = wixSimpleReferenceRow.SourceLineNumbers?.ToString();
99 99
100 if (String.IsNullOrEmpty(referencingSourceLineNumber)) 100 if (String.IsNullOrEmpty(referencingSourceLineNumber))
101 { 101 {