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)
377long size = (long)TarHelpers.ParseOctal<ulong>(buffer.Slice(FieldLocations.Size, FieldLengths.Size));
System\Formats\Tar\TarHeader.Write.cs (1)
626checksum += FormatOctal(_size, buffer.Slice(FieldLocations.Size, FieldLengths.Size));