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)
239
Debug.Assert(thisTask != null && thisTask.
_stream
!= null,
245
return thisTask.
_stream
.Read(thisTask._buffer!, thisTask._offset, thisTask._count);
254
thisTask.
_stream
.FinishTrackingAsyncOperation(thisTask);
515
Debug.Assert(thisTask != null && thisTask.
_stream
!= null,
521
thisTask.
_stream
.Write(thisTask._buffer!, thisTask._offset, thisTask._count);
531
thisTask.
_stream
.FinishTrackingAsyncOperation(thisTask);
568
Debug.Assert(rwt.
_stream
!= null, "Validates that this code isn't run a second time.");