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)
756if (_gnuUnusedBytes != null) 758checksum += WriteLeftAlignedBytesAndGetChecksum(_gnuUnusedBytes, buffer.Slice(FieldLocations.GnuUnused, FieldLengths.AllGnuUnused));