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