3 writes to _length
PresentationCore (3)
Core\CSharp\MS\Internal\IO\Packaging\NetStream.cs (3)
876_length = length; 913_length = value; 960_length = (int)(Math.Max(_offset + _length, b._offset + b._length) - _offset);
10 references to _length
PresentationCore (10)
Core\CSharp\MS\Internal\IO\Packaging\NetStream.cs (10)
886return _offset + _length; 908return _length; 930if (_length == b._length) 933if (_length < b._length) 947return (_offset + _length - b._offset >= 0); 949return (b._offset + b._length - _offset >= 0); 960_length = (int)(Math.Max(_offset + _length, b._offset + b._length) - _offset);