3 references to PaxEaGid
System.Formats.Tar (3)
System\Formats\Tar\TarHeader.Read.cs (1)
148if (TarHelpers.TryGetStringAsBaseTenInteger(ExtendedAttributes, PaxEaGid, out int gid))
System\Formats\Tar\TarHeader.Write.cs (2)
942ExtendedAttributes[PaxEaGid] = _gid.ToString(); 946ExtendedAttributes.Remove(PaxEaGid);