2 writes to HasReachedEnd
System.Formats.Tar (2)
System\Formats\Tar\TarReader.cs (2)
232
dataStream.
HasReachedEnd
= true; // Now the pointer is beyond the limit, so any read attempts should throw
274
dataStream.
HasReachedEnd
= true; // Now the pointer is beyond the limit, so any read attempts should throw
3 references to HasReachedEnd
System.Formats.Tar (3)
System\Formats\Tar\SubReadStream.cs (1)
93
if (
HasReachedEnd
)
System\Formats\Tar\TarReader.cs (2)
224
if (!dataStream.
HasReachedEnd
)
266
if (!dataStream.
HasReachedEnd
)