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)
942
ExtendedAttributes[
PaxEaGid
] = _gid.ToString();
946
ExtendedAttributes.Remove(
PaxEaGid
);