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