3 references to GetTransferredInRangeCount
System.ServiceModel.Primitives (3)
System\ServiceModel\Channels\TransmissionStrategy.cs (3)
514
newAck = _window.
GetTransferredInRangeCount
(beginIndex, endIndex) < (endIndex - beginIndex + 1);
522
transferredInWindow -= _window.
GetTransferredInRangeCount
(beginIndex, endIndex);
856
return
GetTransferredInRangeCount
(0, Count - 1);