2 writes to tracingEnabled
System.ServiceModel.Internals (2)
System\Runtime\Diagnostics\DiagnosticTraceBase.cs (2)
150
this.
tracingEnabled
= this.HaveListeners && (level != SourceLevels.Off);
307
this.
tracingEnabled
= this.haveListeners;
1 reference to tracingEnabled
System.ServiceModel.Internals (1)
System\Runtime\Diagnostics\DiagnosticTraceBase.cs (1)
208
return this.
tracingEnabled
&& this.traceSource != null;