5 references to SetHere
System.Configuration.ConfigurationManager (5)
System\Configuration\ConfigurationElement.cs (1)
393
PropertyValueOrigin.
SetHere
)
System\Configuration\PropertyInformation.cs (1)
43
return _thisElement.Values.IsInherited(Name) ? PropertyValueOrigin.Inherited : PropertyValueOrigin.
SetHere
;
System\Diagnostics\ListenerElementsCollection.cs (3)
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
||