19 references to Off
SMDiagnostics (4)
System\ServiceModel\Diagnostics\LegacyDiagnosticTrace.cs (4)
28const SourceLevels DefaultLevel = SourceLevels.Off; 35if (this.TraceSource.Switch.Level != SourceLevels.Off && 36level == SourceLevels.Off) 199if (this.Level != SourceLevels.Off)
System (2)
compmod\system\diagnostics\TraceSource.cs (2)
30: this(name, SourceLevels.Off) { 208internalSwitch.Level = SourceLevels.Off;
System.ServiceModel.Internals (2)
System\Runtime\Diagnostics\DiagnosticTraceBase.cs (2)
124level = SourceLevels.Off; 150this.tracingEnabled = this.HaveListeners && (level != SourceLevels.Off);
System.Transactions (1)
System\Transactions\Trace\DiagnosticTrace.cs (1)
592if (DiagnosticTrace.Level != SourceLevels.Off)
System.Workflow.Activities (2)
ActivityTrace.cs (2)
45activity.Switch = new SourceSwitch("System.Workflow.Activities", SourceLevels.Off.ToString()); 48rules.Switch = new SourceSwitch("System.Workflow.Activities.Rules", SourceLevels.Off.ToString());
System.Workflow.ComponentModel (3)
AuthoringOM\Trace.cs (3)
62runtime.Switch = new SourceSwitch("System.Workflow.Runtime", SourceLevels.Off.ToString()); 66tracking.Switch = new SourceSwitch("System.Workflow.Runtime.Tracking", SourceLevels.Off.ToString()); 69host.Switch = new SourceSwitch("System.Workflow.Runtime.Hosting", SourceLevels.Off.ToString());
WindowsBase (1)
Base\System\Diagnostics\PresentationTraceSources.cs (1)
135if (source.Switch.Level == SourceLevels.Off
WsatConfig (2)
Configuration\Utilities.cs (2)
92level = SourceLevels.Off; 96level = SourceLevels.Off;
WsatUI (2)
Configuration\Utilities.cs (2)
92level = SourceLevels.Off; 96level = SourceLevels.Off;