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