3 references to PaxEaUid
System.Formats.Tar (3)
System\Formats\Tar\TarHeader.Read.cs (1)
142if (TarHelpers.TryGetStringAsBaseTenInteger(ExtendedAttributes, PaxEaUid, out int uid))
System\Formats\Tar\TarHeader.Write.cs (2)
933ExtendedAttributes[PaxEaUid] = _uid.ToString(); 937ExtendedAttributes.Remove(PaxEaUid);