7 references to s_propFilter
System.Configuration.ConfigurationManager (7)
System\Diagnostics\ListenerElementsCollection.cs (7)
104
_properties.Add(
s_propFilter
);
112
public FilterElement Filter => (FilterElement)this[
s_propFilter
];
186
if (_attributes != null || ElementInformation.Properties[
s_propFilter
.Name].ValueOrigin == PropertyValueOrigin.SetHere || TraceOutputOptions != TraceOptions.None || !string.IsNullOrEmpty(InitData))
295
_properties.Add(
s_propFilter
);
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)