3 references to Calls
System.ServiceModel (3)
System\ServiceModel\Dispatcher\ServiceThrottle.cs (3)
130get { return this.Calls.Capacity; } 134this.Calls.Capacity = value; 138this.servicePerformanceCounters.SetThrottleBase((int)ServicePerformanceCounters.PerfCounters.CallsPercentMaxCallsBase, this.Calls.Capacity);