2 writes to HasReachedEnd
System.Formats.Tar (2)
System\Formats\Tar\TarReader.cs (2)
232dataStream.HasReachedEnd = true; // Now the pointer is beyond the limit, so any read attempts should throw 274dataStream.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)
93if (HasReachedEnd)
System\Formats\Tar\TarReader.cs (2)
224if (!dataStream.HasReachedEnd) 266if (!dataStream.HasReachedEnd)