3 references to PaxEaUName
System.Formats.Tar (3)
System\Formats\Tar\PosixTarEntry.cs (1)
130_header.SyncStringExtendedAttribute(TarHeader.PaxEaUName, value, FieldLengths.UName);
System\Formats\Tar\TarHeader.cs (1)
228AddOrRemoveStringField(ea, PaxEaUName, _uName, FieldLengths.UName, removeIfUnneeded);
System\Formats\Tar\TarHeader.Read.cs (1)
170if (ExtendedAttributes.TryGetValue(PaxEaUName, out string? paxEaUName))