3 references to GnuVersionBytes
System.Formats.Tar (3)
System\Formats\Tar\TarHeader.Read.cs (2)
477if (!version.SequenceEqual(GnuVersionBytes)) 492if (!version.SequenceEqual(GnuVersionBytes))
System\Formats\Tar\TarHeader.Write.cs (1)
695checksum += WriteLeftAlignedBytesAndGetChecksum(GnuVersionBytes, buffer.Slice(FieldLocations.Version, FieldLengths.Version));