3 writes to _hasReachedEnd
System.Formats.Tar (3)
System\Formats\Tar\SubReadStream.cs (3)
35
_hasReachedEnd
= false;
73
_hasReachedEnd
= true;
82
_hasReachedEnd
= true;
2 references to _hasReachedEnd
System.Formats.Tar (2)
System\Formats\Tar\SubReadStream.cs (2)
96
if (
_hasReachedEnd
)
151
Debug.Assert(!
_hasReachedEnd
);