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)
71if (!_hasReachedEnd && _positionInSuperStream > _endInSuperStream) 75return _hasReachedEnd; 157Debug.Assert(!_hasReachedEnd);