2 writes to _hasReachedEnd
System.Formats.Tar (2)
src\runtime\src\libraries\Common\src\System\IO\SubReadStream.cs (2)
89
_hasReachedEnd
= true;
98
_hasReachedEnd
= true;
2 references to _hasReachedEnd
System.Formats.Tar (2)
src\runtime\src\libraries\Common\src\System\IO\SubReadStream.cs (2)
172
if (
_hasReachedEnd
)
225
Debug.Assert(!
_hasReachedEnd
);