4 references to Version
System.Formats.Tar (4)
System\Formats\Tar\FieldLocations.cs (1)
25internal const ushort UName = Version + FieldLengths.Version;
System\Formats\Tar\TarHeader.Read.cs (1)
470ReadOnlySpan<byte> version = buffer.Slice(FieldLocations.Version, FieldLengths.Version);
System\Formats\Tar\TarHeader.Write.cs (2)
684checksum += WriteLeftAlignedBytesAndGetChecksum(UstarVersionBytes, buffer.Slice(FieldLocations.Version, FieldLengths.Version)); 692checksum += WriteLeftAlignedBytesAndGetChecksum(GnuVersionBytes, buffer.Slice(FieldLocations.Version, FieldLengths.Version));