1 write to _gnuUnusedBytes
System.Formats.Tar (1)
System\Formats\Tar\GnuTarEntry.cs (1)
53
_header.
_gnuUnusedBytes
= other._header._gnuUnusedBytes;
3 references to _gnuUnusedBytes
System.Formats.Tar (3)
System\Formats\Tar\GnuTarEntry.cs (1)
53
_header._gnuUnusedBytes = other._header.
_gnuUnusedBytes
;
System\Formats\Tar\TarHeader.Write.cs (2)
756
if (
_gnuUnusedBytes
!= null)
758
checksum += WriteLeftAlignedBytesAndGetChecksum(
_gnuUnusedBytes
, buffer.Slice(FieldLocations.GnuUnused, FieldLengths.AllGnuUnused));