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