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)
172if (_hasReachedEnd) 225Debug.Assert(!_hasReachedEnd);