10 references to Source
Microsoft.Build (8)
Definition\ToolsetConfigurationReader.cs (2)
89
toolset.ElementInformation.
Source
,
168
ElementLocation location = ElementLocation.Create(propertyElement.ElementInformation.
Source
, propertyElement.ElementInformation.LineNumber, 0);
Evaluation\ToolsetElement.cs (6)
279
if (!String.IsNullOrEmpty(element.ElementInformation.
Source
))
283
locationString = $"{element.ElementInformation.
Source
} ({element.ElementInformation.LineNumber})";
287
locationString = element.ElementInformation.
Source
;
293
throw new ConfigurationErrorsException(message, element.ElementInformation.
Source
, element.ElementInformation.LineNumber);
463
throw new ConfigurationErrorsException(message, element.ElementInformation.
Source
, element.ElementInformation.LineNumber);
634
throw new ConfigurationErrorsException(message, element.ElementInformation.
Source
, element.ElementInformation.LineNumber);
System.Configuration.ConfigurationManager (2)
System\Configuration\AppSettingsSection.cs (1)
98
string configFile = ElementInformation.
Source
;
System\Diagnostics\DiagnosticsConfiguration.cs (1)
35
return configSectionSav.ElementInformation.
Source
;