4 references to ThreadId
System (2)
compmod\system\diagnostics\DelimitedListTraceListener.cs (1)
174
if (IsEnabled(TraceOptions.
ThreadId
))
compmod\system\diagnostics\TraceListener.cs (1)
432
if (IsEnabled(TraceOptions.
ThreadId
))
System.Core (1)
System\Diagnostics\EventSchemaTraceListener.cs (1)
326
if (eventCache != null && ((TraceOptions.ProcessId | TraceOptions.
ThreadId
) & opts) != 0) {
System.Web (1)
IisTraceListener.cs (1)
158
if (IsEnabled(TraceOptions.
ThreadId
)) {