7 references to _propFilter
System (7)
compmod\system\diagnostics\ListenerElementsCollection.cs (7)
137
_properties.Add(
_propFilter
);
153
return (FilterElement) this[
_propFilter
];
217
if (_attributes != null || ElementInformation.Properties[
_propFilter
.Name].ValueOrigin == PropertyValueOrigin.SetHere || TraceOutputOptions != TraceOptions.None || !String.IsNullOrEmpty(InitData))
314
_properties.Add(
_propFilter
);
328
if (_attributes != null || ElementInformation.Properties[
_propFilter
.Name].ValueOrigin == PropertyValueOrigin.SetHere || TraceOutputOptions != TraceOptions.None || !String.IsNullOrEmpty(InitData))
354
if (ElementInformation.Properties[
_propFilter
.Name].ValueOrigin == PropertyValueOrigin.SetHere ||
355
ElementInformation.Properties[
_propFilter
.Name].ValueOrigin == PropertyValueOrigin.Inherited)