3 writes to count
System.ServiceModel (3)
System\ServiceModel\Dispatcher\FlowThrottle.cs (3)
35this.count = 0; 69this.count++; 134this.count--;
5 references to count
System.ServiceModel (5)
System\ServiceModel\Dispatcher\FlowThrottle.cs (5)
58get { return this.count; } 67if (this.count < this.capacity) 113this.ratio(this.count); 135if (this.count < this.warningRestoreLimit) 155this.ratio(this.count);