4 references to CallsPercentMaxCallsBase
System.ServiceModel (4)
System\ServiceModel\Diagnostics\ServicePerformanceCountersV2.cs (2)
72localCounterSet.AddCounter((int)PerfCounters.CallsPercentMaxCallsBase, CounterType.RawBase32, perfCounterNames[(int)PerfCounters.CallsPercentMaxCallsBase]);
System\ServiceModel\Dispatcher\ServiceThrottle.cs (2)
138this.servicePerformanceCounters.SetThrottleBase((int)ServicePerformanceCounters.PerfCounters.CallsPercentMaxCallsBase, this.Calls.Capacity); 246this.servicePerformanceCounters.SetThrottleBase((int)ServicePerformanceCounters.PerfCounters.CallsPercentMaxCallsBase, this.calls.Capacity);