1 write to _offset
System.Private.CoreLib (1)
src\runtime\src\libraries\System.Private.CoreLib\src\System\IO\Stream.cs (1)
670
_offset
= offset;
2 references to _offset
System.Private.CoreLib (2)
src\runtime\src\libraries\System.Private.CoreLib\src\System\IO\Stream.cs (2)
245
return thisTask._stream.Read(thisTask._buffer!, thisTask.
_offset
, thisTask._count);
521
thisTask._stream.Write(thisTask._buffer!, thisTask.
_offset
, thisTask._count);