4 references to InstancesPercentMaxInstances
System.ServiceModel (4)
System\ServiceModel\Diagnostics\ServicePerformanceCountersV2.cs (2)
73localCounterSet.AddCounter((int)PerfCounters.InstancesPercentMaxInstances, CounterType.RawFraction32, perfCounterNames[(int)PerfCounters.InstancesPercentMaxInstances]);
System\ServiceModel\Dispatcher\ServiceThrottle.cs (2)
445this.servicePerformanceCounters.IncrementThrottlePercent((int)ServicePerformanceCounters.PerfCounters.InstancesPercentMaxInstances); 450this.servicePerformanceCounters.DecrementThrottlePercent((int)ServicePerformanceCounters.PerfCounters.InstancesPercentMaxInstances);