7 references to LineNumber
Microsoft.Build (7)
Definition\ToolsetConfigurationReader.cs (2)
90
toolset.ElementInformation.
LineNumber
,
168
ElementLocation location = ElementLocation.Create(propertyElement.ElementInformation.Source, propertyElement.ElementInformation.
LineNumber
, 0);
Evaluation\ToolsetElement.cs (5)
281
if (element.ElementInformation.
LineNumber
!= 0)
283
locationString = $"{element.ElementInformation.Source} ({element.ElementInformation.
LineNumber
})";
293
throw new ConfigurationErrorsException(message, element.ElementInformation.Source, element.ElementInformation.
LineNumber
);
463
throw new ConfigurationErrorsException(message, element.ElementInformation.Source, element.ElementInformation.
LineNumber
);
634
throw new ConfigurationErrorsException(message, element.ElementInformation.Source, element.ElementInformation.
LineNumber
);