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