4 writes to Scope
System.ServiceModel (4)
System\ServiceModel\Diagnostics\PerformanceCountersFactory.cs (4)
41PerformanceCounters.Scope = PerformanceCounterScope.Off; 76PerformanceCounters.Scope = PerformanceCounterScope.Off; 111PerformanceCounters.Scope = PerformanceCounterScope.Off; 136PerformanceCounters.Scope = PerformanceCounterScope.Off;
15 references to Scope
System.ServiceModel (15)
System\ServiceModel\Administration\AppDomainInstanceProvider.cs (1)
64instance.SetProperty(AdministrationStrings.PerformanceCounters, PerformanceCounters.Scope.ToString());
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\ServiceModelPerformanceCounters.cs (2)
34if (PerformanceCounters.Scope == PerformanceCounterScope.All) 104Fx.Assert(PerformanceCounters.Scope == PerformanceCounterScope.All, "Only call GetOparationPerformanceCounters when performance counter scope is All");