3 writes to _length
PresentationCore (3)
MS\Internal\IO\Packaging\NetStream.cs (3)
804_length = length; 841_length = value; 888_length = (int)(Math.Max(_offset + _length, b._offset + b._length) - _offset);
10 references to _length
PresentationCore (10)
MS\Internal\IO\Packaging\NetStream.cs (10)
814return _offset + _length; 836return _length; 858if (_length == b._length) 861if (_length < b._length) 875return (_offset + _length - b._offset >= 0); 877return (b._offset + b._length - _offset >= 0); 888_length = (int)(Math.Max(_offset + _length, b._offset + b._length) - _offset);