2 writes to capacity
System.ServiceModel (2)
System\ServiceModel\Dispatcher\FlowThrottle.cs (2)
36this.capacity = capacity; 52this.capacity = value;
6 references to capacity
System.ServiceModel (6)
System\ServiceModel\Dispatcher\FlowThrottle.cs (6)
47get { return this.capacity; } 67if (this.count < this.capacity) 79TD.MessageThrottleExceeded(this.propertyName, this.capacity); 89this.propertyName, this.capacity, this.configName); 94this.capacity); 139TD.MessageThrottleAtSeventyPercent(this.propertyName, this.capacity);