2 writes to _stream
System.Private.CoreLib (2)
src\runtime\src\libraries\System.Private.CoreLib\src\System\IO\Stream.cs (2)
651_stream = null; 668_stream = stream;
7 references to _stream
System.Private.CoreLib (7)
src\runtime\src\libraries\System.Private.CoreLib\src\System\IO\Stream.cs (7)
239Debug.Assert(thisTask != null && thisTask._stream != null, 245return thisTask._stream.Read(thisTask._buffer!, thisTask._offset, thisTask._count); 254thisTask._stream.FinishTrackingAsyncOperation(thisTask); 515Debug.Assert(thisTask != null && thisTask._stream != null, 521thisTask._stream.Write(thisTask._buffer!, thisTask._offset, thisTask._count); 531thisTask._stream.FinishTrackingAsyncOperation(thisTask); 568Debug.Assert(rwt._stream != null, "Validates that this code isn't run a second time.");