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