2 writes to _offset
PresentationCore (2)
MS\Internal\IO\Packaging\NetStream.cs (2)
820_offset = offset; 845_offset = value;
17 references to _offset
PresentationCore (17)
MS\Internal\IO\Packaging\NetStream.cs (17)
831return _offset + _length; 840return _offset; 868if (_offset < b._offset) 871if (_offset > b._offset) 891if (_offset <= b._offset) 892return (_offset + _length - b._offset >= 0); 894return (b._offset + b._length - _offset >= 0); 903Debug.Assert(_offset <= b._offset); 905_length = (int)(Math.Max(_offset + _length, b._offset + b._length) - _offset);