3 writes to _length
PresentationCore (3)
MS\Internal\IO\Packaging\NetStream.cs (3)
811_length = length; 848_length = value; 895_length = (int)(Math.Max(_offset + _length, b._offset + b._length) - _offset);
10 references to _length
PresentationCore (10)
MS\Internal\IO\Packaging\NetStream.cs (10)
821return _offset + _length; 843return _length; 865if (_length == b._length) 868if (_length < b._length) 882return (_offset + _length - b._offset >= 0); 884return (b._offset + b._length - _offset >= 0); 895_length = (int)(Math.Max(_offset + _length, b._offset + b._length) - _offset);