1 write to _count
mscorlib (1)
system\io\stream.cs (1)
648_count = count;
2 references to _count
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);