15 references to All
System.ServiceModel (15)
System\ServiceModel\Diagnostics\PerformanceCounters.cs (12)
452if (PerformanceCounters.Scope == PerformanceCounterScope.All) 521if (PerformanceCounters.Scope == PerformanceCounterScope.All) 553if (PerformanceCounters.Scope == PerformanceCounterScope.All) 597if (PerformanceCounters.Scope == PerformanceCounterScope.All) 641if (PerformanceCounters.Scope == PerformanceCounterScope.All) 697if (PerformanceCounters.Scope == PerformanceCounterScope.All) 732if (PerformanceCounters.Scope == PerformanceCounterScope.All) 761if (PerformanceCounters.Scope == PerformanceCounterScope.All) 781if (PerformanceCounters.Scope == PerformanceCounterScope.All) 797if (PerformanceCounters.Scope == PerformanceCounterScope.All) 809if (PerformanceCounters.Scope == PerformanceCounterScope.All) 821if (PerformanceCounters.Scope == PerformanceCounterScope.All)
System\ServiceModel\Diagnostics\PerformanceCounterScope.cs (1)
24|| value == PerformanceCounterScope.All;
System\ServiceModel\Diagnostics\ServiceModelPerformanceCounters.cs (2)
34if (PerformanceCounters.Scope == PerformanceCounterScope.All) 104Fx.Assert(PerformanceCounters.Scope == PerformanceCounterScope.All, "Only call GetOparationPerformanceCounters when performance counter scope is All");