3 references to Gid
System.Formats.Tar (3)
System\Formats\Tar\FieldLocations.cs (1)
15internal const ushort Size = Gid + FieldLengths.Gid;
System\Formats\Tar\TarHeader.Read.cs (1)
394_gid = (int)TarHelpers.ParseOctal<uint>(buffer.Slice(FieldLocations.Gid, FieldLengths.Gid)),
System\Formats\Tar\TarHeader.Write.cs (1)
619checksum += FormatOctal(_gid, buffer.Slice(FieldLocations.Gid, FieldLengths.Gid));