2 writes to _offset
WindowsBase (2)
Base\MS\Internal\IO\Packaging\SparseMemoryStream.cs (2)
862_offset = offset; 883_offset = value;
5 references to _offset
WindowsBase (5)
Base\MS\Internal\IO\Packaging\SparseMemoryStream.cs (5)
877return _offset; 893return _offset + (_stream == null ? 0 : _stream.Length); 903if (_offset == other.Offset) 905else if (_offset > other.Offset) 907if (_offset < other.EndOffset)