15 references to All
System.ServiceModel (15)
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\PerformanceCounterScope.cs (1)
24
|| value == 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");