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