2 references to GnuMagicBytes
System.Formats.Tar (2)
System\Formats\Tar\TarHeader.Read.cs (1)
440if (magic.SequenceEqual(GnuMagicBytes))
System\Formats\Tar\TarHeader.Write.cs (1)
694int checksum = WriteLeftAlignedBytesAndGetChecksum(GnuMagicBytes, buffer.Slice(FieldLocations.Magic, FieldLengths.Magic));