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