3 references to ProcessId
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)
177if (IsEnabled(TraceOptions.ProcessId))
System.Diagnostics.TraceSource (1)
System\Diagnostics\TraceListener.cs (1)
394if (IsEnabled(TraceOptions.ProcessId))