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