2 writes to expectedClearance
System.ServiceModel (2)
System\ServiceModel\Channels\UtilityExtension.cs (2)
419
this.
expectedClearance
= this.pendingSends / 2;
460
this.
expectedClearance
= this.expectedClearance / 2;
2 references to expectedClearance
System.ServiceModel (2)
System\ServiceModel\Channels\UtilityExtension.cs (2)
449
else if (lclPendingSends + this.
expectedClearance
>= lclCheckPointPendingSends)
460
this.expectedClearance = this.
expectedClearance
/ 2;