4 references to PaxEaName
System.Formats.Tar (4)
System\Formats\Tar\PaxTarEntry.cs (1)
76_header.ExtendedAttributes[TarHeader.PaxEaName] = entryName;
System\Formats\Tar\TarEntry.cs (1)
175_header.SyncStringExtendedAttribute(TarHeader.PaxEaName, value);
System\Formats\Tar\TarHeader.cs (1)
224ea[PaxEaName] = _name;
System\Formats\Tar\TarHeader.Read.cs (1)
126if (ExtendedAttributes.TryGetValue(PaxEaName, out string? paxEaName))