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