1 write to warningRestoreLimit
System.ServiceModel (1)
System\ServiceModel\Dispatcher\FlowThrottle.cs (1)
42this.warningRestoreLimit = (int)Math.Floor(0.7 * (double)capacity);
1 reference to warningRestoreLimit
System.ServiceModel (1)
System\ServiceModel\Dispatcher\FlowThrottle.cs (1)
135if (this.count < this.warningRestoreLimit)