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)
347var bytesRead = thisTask._stream.Read(thisTask._buffer, thisTask._offset, thisTask._count); 493thisTask._stream.Write(thisTask._buffer, thisTask._offset, thisTask._count);