5 references to Filter
System (5)
compmod\system\diagnostics\ListenerElementsCollection.cs (5)
239if ((Filter != null) && (Filter.TypeName != null) && (Filter.TypeName.Length != 0)) { 240newListener.Filter = Filter.GetRuntimeObject(); 356listener.Filter = Filter.RefreshRuntimeObject(listener.Filter);