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