1 write to _offset
mscorlib (1)
system\io\stream.cs (1)
647
_offset
= offset;
2 references to _offset
mscorlib (2)
system\io\stream.cs (2)
347
var bytesRead = thisTask._stream.Read(thisTask._buffer, thisTask.
_offset
, thisTask._count);
493
thisTask._stream.Write(thisTask._buffer, thisTask.
_offset
, thisTask._count);