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