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)
175
Debug.Assert(_previouslyReadEntry._header.
_endOfHeaderAndDataAndBlockAlignment
> 0);
176
_archiveStream.Position = _previouslyReadEntry._header.
_endOfHeaderAndDataAndBlockAlignment
;