2 writes to _offset
PresentationCore (2)
Core\CSharp\MS\Internal\IO\Packaging\NetStream.cs (2)
875_offset = offset; 900_offset = value;
17 references to _offset
PresentationCore (17)
Core\CSharp\MS\Internal\IO\Packaging\NetStream.cs (17)
886return _offset + _length; 895return _offset; 923if (_offset < b._offset) 926if (_offset > b._offset) 946if (_offset <= b._offset) 947return (_offset + _length - b._offset >= 0); 949return (b._offset + b._length - _offset >= 0); 958Debug.Assert(_offset <= b._offset); 960_length = (int)(Math.Max(_offset + _length, b._offset + b._length) - _offset);