2 writes to _endOfHeaderAndDataAndBlockAlignment
System.Formats.Tar (2)
System\Formats\Tar\TarHeader.Read.cs (2)
241_endOfHeaderAndDataAndBlockAlignment = archiveStream.Position; 303_endOfHeaderAndDataAndBlockAlignment = archiveStream.Position;
4 references to _endOfHeaderAndDataAndBlockAlignment
System.Formats.Tar (4)
System\Formats\Tar\TarReader.cs (4)
209Debug.Assert(_previouslyReadEntry._header._endOfHeaderAndDataAndBlockAlignment > 0); 210_archiveStream.Position = _previouslyReadEntry._header._endOfHeaderAndDataAndBlockAlignment; 242Debug.Assert(_previouslyReadEntry._header._endOfHeaderAndDataAndBlockAlignment > 0); 243_archiveStream.Position = _previouslyReadEntry._header._endOfHeaderAndDataAndBlockAlignment;