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