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