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