2 writes to _offset
PresentationCore (2)
MS\Internal\IO\Packaging\NetStream.cs (2)
803_offset = offset; 828_offset = value;
17 references to _offset
PresentationCore (17)
MS\Internal\IO\Packaging\NetStream.cs (17)
814return _offset + _length; 823return _offset; 851if (_offset < b._offset) 854if (_offset > b._offset) 874if (_offset <= b._offset) 875return (_offset + _length - b._offset >= 0); 877return (b._offset + b._length - _offset >= 0); 886Debug.Assert(_offset <= b._offset); 888_length = (int)(Math.Max(_offset + _length, b._offset + b._length) - _offset);