4 references to InstancesPercentMaxInstancesBase
System.ServiceModel (4)
System\ServiceModel\Diagnostics\ServicePerformanceCountersV2.cs (2)
74localCounterSet.AddCounter((int)PerfCounters.InstancesPercentMaxInstancesBase, CounterType.RawBase32, perfCounterNames[(int)PerfCounters.InstancesPercentMaxInstancesBase]);
System\ServiceModel\Dispatcher\ServiceThrottle.cs (2)
172this.servicePerformanceCounters.SetThrottleBase((int)ServicePerformanceCounters.PerfCounters.InstancesPercentMaxInstancesBase, this.InstanceContexts.Capacity); 236this.servicePerformanceCounters.SetThrottleBase((int)ServicePerformanceCounters.PerfCounters.InstancesPercentMaxInstancesBase, instanceContextsFt.Capacity);