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