3 writes to _length
PresentationCore (3)
MS\Internal\IO\Packaging\NetStream.cs (3)
810_length = length; 847_length = value; 894_length = (int)(Math.Max(_offset + _length, b._offset + b._length) - _offset);
10 references to _length
PresentationCore (10)
MS\Internal\IO\Packaging\NetStream.cs (10)
820return _offset + _length; 842return _length; 864if (_length == b._length) 867if (_length < b._length) 881return (_offset + _length - b._offset >= 0); 883return (b._offset + b._length - _offset >= 0); 894_length = (int)(Math.Max(_offset + _length, b._offset + b._length) - _offset);