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