7 references to
System.Configuration.ConfigurationManager (7)
System\Configuration\ConfigurationElement.cs (3)
371
if (ElementInformation.Properties
[
propInfo.Name] == null)
392
if (ElementInformation.Properties
[
propInfo.Name].ValueOrigin ==
401
ElementInformation.Properties
[
propInfo.Name].Value = propInfo.Value;
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)