4 references to ShouldTrace
System (4)
compmod\system\diagnostics\DelimitedListTraceListener.cs (1)
83if (Filter != null && !Filter.ShouldTrace(eventCache, source, eventType, id, format, args))
compmod\system\diagnostics\TraceListener.cs (1)
384if (Filter != null && !Filter.ShouldTrace(eventCache, source, eventType, id, format, args))
compmod\system\diagnostics\XmlWriterTraceListener.cs (1)
63if (Filter != null && !Filter.ShouldTrace(eventCache, source, eventType, id, format, args))
services\monitoring\system\diagnosticts\EventLogTraceListener.cs (1)
137if (Filter != null && !Filter.ShouldTrace(eventCache, source, severity, id, format, args))