2 writes to _fullStreamLength
PresentationCore (2)
MS\Internal\IO\Packaging\NetStream.cs (2)
93_fullStreamLength = fullStreamLength; 567_fullStreamLength = _highWaterMark;
7 references to _fullStreamLength
PresentationCore (7)
MS\Internal\IO\Packaging\NetStream.cs (7)
332if (_fullStreamLength < 0) 352return _fullStreamLength; 566if (_fullStreamLength < 0) 571if (_fullStreamLength == _highWaterMark) 731Debug.Assert(_fullStreamLength >= 0, "We assume _fullStreamLength is correct for Http cases - only Ftp can return bogus values"); 1155if (_fullStreamLength >= 0) 1156block.Length = (int)Math.Min(block.Length, _fullStreamLength - block.Offset);