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