4 references to CallsPercentMaxCalls
System.ServiceModel (4)
System\ServiceModel\Diagnostics\ServicePerformanceCountersV2.cs (2)
71localCounterSet.AddCounter((int)PerfCounters.CallsPercentMaxCalls, CounterType.RawFraction32, perfCounterNames[(int)PerfCounters.CallsPercentMaxCalls]);
System\ServiceModel\Dispatcher\ServiceThrottle.cs (2)
427this.servicePerformanceCounters.IncrementThrottlePercent((int)ServicePerformanceCounters.PerfCounters.CallsPercentMaxCalls); 432this.servicePerformanceCounters.DecrementThrottlePercent((int)ServicePerformanceCounters.PerfCounters.CallsPercentMaxCalls);