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