2 writes to _endOfHeaderAndDataAndBlockAlignment
System.Formats.Tar (2)
System\Formats\Tar\TarHeader.Read.cs (2)
240_endOfHeaderAndDataAndBlockAlignment = archiveStream.Position; 302_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; 251Debug.Assert(_previouslyReadEntry._header._endOfHeaderAndDataAndBlockAlignment > 0); 252_archiveStream.Position = _previouslyReadEntry._header._endOfHeaderAndDataAndBlockAlignment;