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)
877
return
_offset
;
893
return
_offset
+ (_stream == null ? 0 : _stream.Length);
903
if (
_offset
== other.Offset)
905
else if (
_offset
> other.Offset)
907
if (
_offset
< other.EndOffset)