1 write to _additionalRequestThreshold
PresentationCore (1)
MS\Internal\IO\Packaging\NetStream.cs (1)
951_additionalRequestThreshold *= 2;
2 references to _additionalRequestThreshold
PresentationCore (2)
MS\Internal\IO\Packaging\NetStream.cs (2)
1058&& (_highWaterMark <= Int64.MaxValue - (long) _additionalRequestThreshold) // Ensure that we don't get overflow from the next line 1059&& (block.Offset > _highWaterMark + (long) _additionalRequestThreshold)