3 writes to _activeReadWriteTask
mscorlib (3)
system\io\stream.cs (3)
400_activeReadWriteTask = null; 544_activeReadWriteTask = readWriteTask; // store the task so that EndXx can validate it's given the right one 588_activeReadWriteTask = null;
3 references to _activeReadWriteTask
mscorlib (3)
system\io\stream.cs (3)
379var readTask = _activeReadWriteTask; 538Contract.Assert(_activeReadWriteTask == null, "Expected no other readers or writers"); 567var writeTask = _activeReadWriteTask;