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)
209
Debug.Assert(_previouslyReadEntry._header.
_endOfHeaderAndDataAndBlockAlignment
> 0);
210
_archiveStream.Position = _previouslyReadEntry._header.
_endOfHeaderAndDataAndBlockAlignment
;
251
Debug.Assert(_previouslyReadEntry._header.
_endOfHeaderAndDataAndBlockAlignment
> 0);
252
_archiveStream.Position = _previouslyReadEntry._header.
_endOfHeaderAndDataAndBlockAlignment
;