12 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);
ToolsetElement.cs (5)
280
if (element.ElementInformation.
LineNumber
!= 0)
282
locationString = String.Format("{0} ({1})", element.ElementInformation.Source, element.ElementInformation.
LineNumber
);
292
throw new ConfigurationErrorsException(message, element.ElementInformation.Source, element.ElementInformation.
LineNumber
);
462
throw new ConfigurationErrorsException(message, element.ElementInformation.Source, element.ElementInformation.
LineNumber
);
633
throw new ConfigurationErrorsException(message, element.ElementInformation.Source, element.ElementInformation.
LineNumber
);
Microsoft.Build.Utilities.Core (5)
ToolsetElement.cs (5)
280
if (element.ElementInformation.
LineNumber
!= 0)
282
locationString = String.Format("{0} ({1})", element.ElementInformation.Source, element.ElementInformation.
LineNumber
);
292
throw new ConfigurationErrorsException(message, element.ElementInformation.Source, element.ElementInformation.
LineNumber
);
462
throw new ConfigurationErrorsException(message, element.ElementInformation.Source, element.ElementInformation.
LineNumber
);
633
throw new ConfigurationErrorsException(message, element.ElementInformation.Source, element.ElementInformation.
LineNumber
);