16 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);
ToolsetElement.cs (6)
278
if (!String.IsNullOrEmpty(element.ElementInformation.
Source
))
282
locationString = String.Format("{0} ({1})", element.ElementInformation.
Source
, element.ElementInformation.LineNumber);
286
locationString = element.ElementInformation.
Source
;
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 (6)
ToolsetElement.cs (6)
278
if (!String.IsNullOrEmpty(element.ElementInformation.
Source
))
282
locationString = String.Format("{0} ({1})", element.ElementInformation.
Source
, element.ElementInformation.LineNumber);
286
locationString = element.ElementInformation.
Source
;
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);
System.Configuration.ConfigurationManager (2)
System\Configuration\AppSettingsSection.cs (1)
98
string configFile = ElementInformation.
Source
;
System\Diagnostics\DiagnosticsConfiguration.cs (1)
35
return configSectionSav.ElementInformation.
Source
;