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