Home
last modified time | relevance | path

Searched refs:expectedClearance (Results 1 – 1 of 1) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel/System/ServiceModel/Channels/
H A DUtilityExtension.cs32 int expectedClearance; field in System.ServiceModel.Channels.UtilityExtension
419 this.expectedClearance = this.pendingSends / 2; in BeginCheckPoint()
449 else if (lclPendingSends + this.expectedClearance >= lclCheckPointPendingSends) in VerifyCheckPoint()
460 this.expectedClearance = this.expectedClearance / 2; in VerifyCheckPoint()