3 writes to _hasReachedEnd
System.Formats.Tar (3)
System\Formats\Tar\SubReadStream.cs (3)
35
_hasReachedEnd
= false;
73
_hasReachedEnd
= true;
81
_hasReachedEnd
= true;
3 references to _hasReachedEnd
System.Formats.Tar (3)
System\Formats\Tar\SubReadStream.cs (3)
71
if (!
_hasReachedEnd
&& _positionInSuperStream > _endInSuperStream)
75
return
_hasReachedEnd
;
157
Debug.Assert(!
_hasReachedEnd
);