2 writes to _fullStreamLength
PresentationCore (2)
Core\CSharp\MS\Internal\IO\Packaging\NetStream.cs (2)
108_fullStreamLength = fullStreamLength; 599_fullStreamLength = _highWaterMark;
7 references to _fullStreamLength
PresentationCore (7)
Core\CSharp\MS\Internal\IO\Packaging\NetStream.cs (7)
347if (_fullStreamLength < 0) 367return _fullStreamLength; 598if (_fullStreamLength < 0) 603if (_fullStreamLength == _highWaterMark) 786Debug.Assert(_fullStreamLength >= 0, "We assume _fullStreamLength is correct for Http cases - only Ftp can return bogus values"); 1217if (_fullStreamLength >= 0) 1218block.Length = (int)Math.Min(block.Length, _fullStreamLength - block.Offset);