3 references to Size
System.Formats.Tar (3)
System\Formats\Tar\FieldLocations.cs (1)
16internal const ushort MTime = Size + FieldLengths.Size;
System\Formats\Tar\TarHeader.Read.cs (1)
381long size = TarHelpers.ParseNumeric<long>(buffer.Slice(FieldLocations.Size, FieldLengths.Size));
System\Formats\Tar\TarHeader.Write.cs (1)
670checksum += FormatNumeric(_size, buffer.Slice(FieldLocations.Size, FieldLengths.Size));