16 references to Source
Microsoft.Build (8)
Definition\ToolsetConfigurationReader.cs (2)
89toolset.ElementInformation.Source, 168ElementLocation location = ElementLocation.Create(propertyElement.ElementInformation.Source, propertyElement.ElementInformation.LineNumber, 0);
ToolsetElement.cs (6)
278if (!String.IsNullOrEmpty(element.ElementInformation.Source)) 282locationString = String.Format("{0} ({1})", element.ElementInformation.Source, element.ElementInformation.LineNumber); 286locationString = element.ElementInformation.Source; 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.Utilities.Core (6)
ToolsetElement.cs (6)
278if (!String.IsNullOrEmpty(element.ElementInformation.Source)) 282locationString = String.Format("{0} ({1})", element.ElementInformation.Source, element.ElementInformation.LineNumber); 286locationString = element.ElementInformation.Source; 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);
System.Configuration.ConfigurationManager (2)
System\Configuration\AppSettingsSection.cs (1)
98string configFile = ElementInformation.Source;
System\Diagnostics\DiagnosticsConfiguration.cs (1)
35return configSectionSav.ElementInformation.Source;