1 write to _endOfHeaderAndDataAndBlockAlignment
System.Formats.Tar (1)
System\Formats\Tar\TarHeader.Read.cs (1)
291_endOfHeaderAndDataAndBlockAlignment = archiveStream.Position;
2 references to _endOfHeaderAndDataAndBlockAlignment
System.Formats.Tar (2)
System\Formats\Tar\TarReader.cs (2)
175Debug.Assert(_previouslyReadEntry._header._endOfHeaderAndDataAndBlockAlignment > 0); 176_archiveStream.Position = _previouslyReadEntry._header._endOfHeaderAndDataAndBlockAlignment;