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