16 references to LineNumber
Microsoft.Build (7)
Definition\ToolsetConfigurationReader.cs (2)
90toolset.ElementInformation.LineNumber, 168ElementLocation location = ElementLocation.Create(propertyElement.ElementInformation.Source, propertyElement.ElementInformation.LineNumber, 0);
ToolsetElement.cs (5)
280if (element.ElementInformation.LineNumber != 0) 282locationString = String.Format("{0} ({1})", element.ElementInformation.Source, element.ElementInformation.LineNumber); 292throw new ConfigurationErrorsException(message, element.ElementInformation.Source, element.ElementInformation.LineNumber); 462throw new ConfigurationErrorsException(message, element.ElementInformation.Source, element.ElementInformation.LineNumber); 633throw new ConfigurationErrorsException(message, element.ElementInformation.Source, element.ElementInformation.LineNumber);
Microsoft.Build.Engine (4)
Engine\ToolsetConfigurationReader.cs (4)
55toolset.ElementInformation.LineNumber 104propertyElement.ElementInformation.LineNumber 299throw new ConfigurationErrorsException(message, element.ElementInformation.Source, element.ElementInformation.LineNumber); 464throw new ConfigurationErrorsException(message, element.ElementInformation.Source, element.ElementInformation.LineNumber);
Microsoft.Build.Utilities.Core (5)
ToolsetElement.cs (5)
280if (element.ElementInformation.LineNumber != 0) 282locationString = String.Format("{0} ({1})", element.ElementInformation.Source, element.ElementInformation.LineNumber); 292throw new ConfigurationErrorsException(message, element.ElementInformation.Source, element.ElementInformation.LineNumber); 462throw new ConfigurationErrorsException(message, element.ElementInformation.Source, element.ElementInformation.LineNumber); 633throw new ConfigurationErrorsException(message, element.ElementInformation.Source, element.ElementInformation.LineNumber);