2 writes to _offset
PresentationCore (2)
MS\Internal\IO\Packaging\NetStream.cs (2)
809_offset = offset; 834_offset = value;
17 references to _offset
PresentationCore (17)
MS\Internal\IO\Packaging\NetStream.cs (17)
820return _offset + _length; 829return _offset; 857if (_offset < b._offset) 860if (_offset > b._offset) 880if (_offset <= b._offset) 881return (_offset + _length - b._offset >= 0); 883return (b._offset + b._length - _offset >= 0); 892Debug.Assert(_offset <= b._offset); 894_length = (int)(Math.Max(_offset + _length, b._offset + b._length) - _offset);