4 writes to Scope
System.ServiceModel (4)
System\ServiceModel\Diagnostics\PerformanceCountersFactory.cs (4)
41
PerformanceCounters.
Scope
= PerformanceCounterScope.Off;
76
PerformanceCounters.
Scope
= PerformanceCounterScope.Off;
111
PerformanceCounters.
Scope
= PerformanceCounterScope.Off;
136
PerformanceCounters.
Scope
= PerformanceCounterScope.Off;
15 references to Scope
System.ServiceModel (15)
System\ServiceModel\Administration\AppDomainInstanceProvider.cs (1)
64
instance.SetProperty(AdministrationStrings.PerformanceCounters, PerformanceCounters.
Scope
.ToString());
System\ServiceModel\Diagnostics\PerformanceCounters.cs (12)
452
if (PerformanceCounters.
Scope
== PerformanceCounterScope.All)
521
if (PerformanceCounters.
Scope
== PerformanceCounterScope.All)
553
if (PerformanceCounters.
Scope
== PerformanceCounterScope.All)
597
if (PerformanceCounters.
Scope
== PerformanceCounterScope.All)
641
if (PerformanceCounters.
Scope
== PerformanceCounterScope.All)
697
if (PerformanceCounters.
Scope
== PerformanceCounterScope.All)
732
if (PerformanceCounters.
Scope
== PerformanceCounterScope.All)
761
if (PerformanceCounters.
Scope
== PerformanceCounterScope.All)
781
if (PerformanceCounters.
Scope
== PerformanceCounterScope.All)
797
if (PerformanceCounters.
Scope
== PerformanceCounterScope.All)
809
if (PerformanceCounters.
Scope
== PerformanceCounterScope.All)
821
if (PerformanceCounters.
Scope
== PerformanceCounterScope.All)
System\ServiceModel\Diagnostics\ServiceModelPerformanceCounters.cs (2)
34
if (PerformanceCounters.
Scope
== PerformanceCounterScope.All)
104
Fx.Assert(PerformanceCounters.
Scope
== PerformanceCounterScope.All, "Only call GetOparationPerformanceCounters when performance counter scope is All");