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