8 references to ShouldTrace
System.Transactions (8)
System\Transactions\Trace\DiagnosticTrace.cs (8)
150
DiagnosticTrace.shouldCorrelate = DiagnosticTrace.
ShouldTrace
(TraceEventType.Transfer);
151
DiagnosticTrace.shouldTraceVerbose = DiagnosticTrace.
ShouldTrace
(TraceEventType.Verbose);
152
DiagnosticTrace.shouldTraceInformation = DiagnosticTrace.
ShouldTrace
(TraceEventType.Information);
153
DiagnosticTrace.shouldTraceWarning = DiagnosticTrace.
ShouldTrace
(TraceEventType.Warning);
154
DiagnosticTrace.shouldTraceError = DiagnosticTrace.
ShouldTrace
(TraceEventType.Error);
155
DiagnosticTrace.shouldTraceCritical = DiagnosticTrace.
ShouldTrace
(TraceEventType.Critical);
344
if (DiagnosticTrace.
ShouldTrace
(type))
384
bool shouldTrace = DiagnosticTrace.
ShouldTrace
(type);