49 references to Source
System.Configuration (1)
System\Configuration\AppSettingsSection.cs (1)
113
configFile = ElementInformation.
Source
;
System.ServiceModel (35)
System\ServiceModel\Configuration\BehaviorsSection.cs (2)
69
configurationElement.ElementInformation.
Source
,
97
configurationElement.ElementInformation.
Source
,
System\ServiceModel\Configuration\BindingCollectionElement.cs (2)
60
this.ElementInformation.
Source
,
90
this.ElementInformation.
Source
,
System\ServiceModel\Configuration\BindingsSection.cs (2)
333
configurationElement.ElementInformation.
Source
,
345
configurationElement.ElementInformation.
Source
,
System\ServiceModel\Configuration\CommonEndpointBehaviorElement.cs (2)
30
element.ElementInformation.
Source
,
51
element.ElementInformation.
Source
,
System\ServiceModel\Configuration\CommonServiceBehaviorElement.cs (2)
30
element.ElementInformation.
Source
,
51
element.ElementInformation.
Source
,
System\ServiceModel\Configuration\EndpointBehaviorElement.cs (2)
44
element.ElementInformation.
Source
,
69
element.ElementInformation.
Source
,
System\ServiceModel\Configuration\EndpointCollectionElement.cs (2)
62
this.ElementInformation.
Source
,
92
this.ElementInformation.
Source
,
System\ServiceModel\Configuration\ServiceBehaviorElement.cs (2)
44
element.ElementInformation.
Source
,
69
element.ElementInformation.
Source
,
System\ServiceModel\Configuration\ServiceModelEnhancedConfigurationElementCollection.cs (2)
49
values.Add("OldElementLocation", oldElement.ElementInformation.
Source
);
51
values.Add("NewElementLocation", element.ElementInformation.
Source
);
System\ServiceModel\Configuration\ServiceModelExtensionCollectionElement.cs (4)
315
this.ElementInformation.
Source
,
356
this.ElementInformation.
Source
,
365
this.ElementInformation.
Source
,
385
this.ElementInformation.
Source
,
System\ServiceModel\Configuration\ServiceModelExtensionElement.cs (3)
223
this.ElementInformation.
Source
,
230
this.ElementInformation.
Source
,
261
this.ElementInformation.
Source
,
System\ServiceModel\Configuration\StandardEndpointsSection.cs (2)
234
configurationElement.ElementInformation.
Source
,
246
configurationElement.ElementInformation.
Source
,
System\ServiceModel\Configuration\XmlElementElement.cs (1)
103
this.ElementInformation.
Source
,
System\ServiceModel\Description\ConfigLoader.cs (5)
646
configErrorElement.ElementInformation.
Source
,
819
configErrorElement.ElementInformation.
Source
,
1148
configErrorElement.ElementInformation.
Source
,
1373
if (!string.IsNullOrEmpty(retval.ElementInformation.
Source
))
1375
values["ConfigurationFileSource"] = retval.ElementInformation.
Source
;
System\ServiceModel\Diagnostics\ServiceConfigurationTraceRecord.cs (2)
28
if (!string.IsNullOrEmpty(this.serviceElement.ElementInformation.
Source
))
30
xml.WriteElementString("ConfigurationFileSource", this.serviceElement.ElementInformation.
Source
);
System.Web (10)
Compilation\MultiTargetingUtil.cs (1)
166
string source = compConfig.ElementInformation.
Source
;
Configuration\CompilationSection.cs (4)
822
source = Assemblies[assemblyName].ElementInformation.
Source
;
902
_propCodeSubDirs.Name), CodeSubDirectories.ElementInformation.
Source
, CodeSubDirectories.ElementInformation.LineNumber);
907
_propBuildProviders.Name), BuildProviders.ElementInformation.
Source
, BuildProviders.ElementInformation.LineNumber);
913
_propFolderLevelBuildProviders.Name), FolderLevelBuildProviders.ElementInformation.
Source
, FolderLevelBuildProviders.ElementInformation.LineNumber);
Configuration\HandlerFactoryCache.cs (1)
85
handlerAction.ElementInformation.
Source
, handlerAction.ElementInformation.LineNumber);
Configuration\HttpHandlerAction.cs (2)
164
ElementInformation.
Source
, ElementInformation.LineNumber);
185
ElementInformation.
Source
, ElementInformation.LineNumber);
Configuration\IdentitySection.cs (2)
159
ElementInformation.
Source
, ElementInformation.LineNumber);
164
ElementInformation.
Source
,
System.Web.Mobile (3)
UI\MobileControls\MobileControlsSection.cs (3)
446
ElementInformation.
Source
, ElementInformation.LineNumber);
462
elem.ElementInformation.
Source
,
469
elem.ElementInformation.
Source
,