4 writes to pendingAcknowledgements
System.ServiceModel (4)
System\ServiceModel\Channels\ReliableDuplexSessionChannel.cs (4)
98
this.
pendingAcknowledgements
= 0;
424
this.
pendingAcknowledgements
++;
646
this.
pendingAcknowledgements
= 0;
724
this.
pendingAcknowledgements
= 0;
3 references to pendingAcknowledgements
System.ServiceModel (3)
System\ServiceModel\Channels\ReliableDuplexSessionChannel.cs (3)
94
if (this.
pendingAcknowledgements
> 0)
444
if (this.inputConnection.IsLastKnown || this.
pendingAcknowledgements
== this.settings.MaxTransferWindowSize)
447
bool startTimer = tryAckNow || (this.
pendingAcknowledgements
> 0 && fault == null);