2 writes to _offset
PresentationCore (2)
MS\Internal\IO\Packaging\NetStream.cs (2)
810_offset = offset; 835_offset = value;
17 references to _offset
PresentationCore (17)
MS\Internal\IO\Packaging\NetStream.cs (17)
821return _offset + _length; 830return _offset; 858if (_offset < b._offset) 861if (_offset > b._offset) 881if (_offset <= b._offset) 882return (_offset + _length - b._offset >= 0); 884return (b._offset + b._length - _offset >= 0); 893Debug.Assert(_offset <= b._offset); 895_length = (int)(Math.Max(_offset + _length, b._offset + b._length) - _offset);