14 references to IsEnabled
System (14)
compmod\system\diagnostics\DelimitedListTraceListener.cs (6)
166if (IsEnabled(TraceOptions.ProcessId)) 170if (IsEnabled(TraceOptions.LogicalOperationStack)) 174if (IsEnabled(TraceOptions.ThreadId)) 178if (IsEnabled(TraceOptions.DateTime)) 182if (IsEnabled(TraceOptions.Timestamp)) 186if (IsEnabled(TraceOptions.Callstack))
compmod\system\diagnostics\TraceListener.cs (6)
414if (IsEnabled(TraceOptions.ProcessId)) 417if (IsEnabled(TraceOptions.LogicalOperationStack)) { 432if (IsEnabled(TraceOptions.ThreadId)) 435if (IsEnabled(TraceOptions.DateTime)) 438if (IsEnabled(TraceOptions.Timestamp)) 441if (IsEnabled(TraceOptions.Callstack))
compmod\system\diagnostics\XmlWriterTraceListener.cs (2)
247bool writeLogicalOps = IsEnabled(TraceOptions.LogicalOperationStack); 248bool writeCallstack = IsEnabled(TraceOptions.Callstack);