2 writes to _stream
mscorlib (2)
system\io\stream.cs (2)
624_stream = null; 645_stream = stream;
2 references to _stream
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);