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