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