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)
469Span<byte> version = buffer.Slice(FieldLocations.Version, FieldLengths.Version);
System\Formats\Tar\TarHeader.Write.cs (2)
687checksum += WriteLeftAlignedBytesAndGetChecksum(UstarVersionBytes, buffer.Slice(FieldLocations.Version, FieldLengths.Version)); 695checksum += WriteLeftAlignedBytesAndGetChecksum(GnuVersionBytes, buffer.Slice(FieldLocations.Version, FieldLengths.Version));