13 references to ElementInformation
System.Configuration.ConfigurationManager (13)
System\Configuration\AppSettingsSection.cs (1)
98
string configFile =
ElementInformation
.Source;
System\Configuration\ConfigurationElement.cs (4)
359
foreach (PropertyInformation propInfo in source.
ElementInformation
.Properties)
371
if (
ElementInformation
.Properties[propInfo.Name] == null)
392
if (
ElementInformation
.Properties[propInfo.Name].ValueOrigin ==
401
ElementInformation
.Properties[propInfo.Name].Value = propInfo.Value;
System\Configuration\MgmtConfigurationRecord.cs (2)
470
PropertySourceInfo saveInfo = configSection.
ElementInformation
.PropertyInfoInternal();
477
configSection.
ElementInformation
.ChangeSourceAndLineNumber(saveInfo);
System\Configuration\SectionInformation.cs (1)
296
_configurationSection.
ElementInformation
.IsLocked;
System\Diagnostics\DiagnosticsConfiguration.cs (1)
35
return configSectionSav.
ElementInformation
.Source;
System\Diagnostics\ListenerElementsCollection.cs (4)
186
if (_attributes != null ||
ElementInformation
.Properties[s_propFilter.Name].ValueOrigin == PropertyValueOrigin.SetHere || TraceOutputOptions != TraceOptions.None || !string.IsNullOrEmpty(InitData))
312
if (_attributes != null ||
ElementInformation
.Properties[s_propFilter.Name].ValueOrigin == PropertyValueOrigin.SetHere || TraceOutputOptions != TraceOptions.None || !string.IsNullOrEmpty(InitData))
347
if (
ElementInformation
.Properties[s_propFilter.Name].ValueOrigin == PropertyValueOrigin.SetHere ||
348
ElementInformation
.Properties[s_propFilter.Name].ValueOrigin == PropertyValueOrigin.Inherited)