4 references to Checksum
System.Formats.Tar (4)
System\Formats\Tar\FieldLocations.cs (1)
18internal const ushort TypeFlag = Checksum + FieldLengths.Checksum;
System\Formats\Tar\TarHeader.Read.cs (1)
365Span<byte> spanChecksum = buffer.Slice(FieldLocations.Checksum, FieldLengths.Checksum);
System\Formats\Tar\TarHeader.Write.cs (2)
951Span<byte> converted = stackalloc byte[FieldLengths.Checksum]; 955Span<byte> destination = buffer.Slice(FieldLocations.Checksum, FieldLengths.Checksum);