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