3 references to ThreadId
Microsoft.VisualBasic.Tests (1)
Microsoft\VisualBasic\Logging\FileLogTraceListenerTests.cs (1)
41listener.TraceOutputOptions = TraceOptions.LogicalOperationStack | TraceOptions.DateTime | TraceOptions.Timestamp | TraceOptions.ProcessId | TraceOptions.ThreadId;
System.Diagnostics.TextWriterTraceListener (1)
System\Diagnostics\DelimitedListTraceListener.cs (1)
185if (IsEnabled(TraceOptions.ThreadId))
System.Diagnostics.TraceSource (1)
System\Diagnostics\TraceListener.cs (1)
421if (IsEnabled(TraceOptions.ThreadId))