2 references to Inherited
System.Configuration.ConfigurationManager (2)
System\Configuration\PropertyInformation.cs (1)
43
return _thisElement.Values.IsInherited(Name) ? PropertyValueOrigin.
Inherited
: PropertyValueOrigin.SetHere;
System\Diagnostics\ListenerElementsCollection.cs (1)
348
ElementInformation.Properties[s_propFilter.Name].ValueOrigin == PropertyValueOrigin.
Inherited
)