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