3 writes to _length
PresentationCore (3)
MS\Internal\IO\Packaging\NetStream.cs (3)
821_length = length; 858_length = value; 905_length = (int)(Math.Max(_offset + _length, b._offset + b._length) - _offset);
10 references to _length
PresentationCore (10)
MS\Internal\IO\Packaging\NetStream.cs (10)
831return _offset + _length; 853return _length; 875if (_length == b._length) 878if (_length < b._length) 892return (_offset + _length - b._offset >= 0); 894return (b._offset + b._length - _offset >= 0); 905_length = (int)(Math.Max(_offset + _length, b._offset + b._length) - _offset);