2 references to PaxEaName
System.Formats.Tar (2)
System\Formats\Tar\TarHeader.Read.cs (1)
112
if (ExtendedAttributes.TryGetValue(
PaxEaName
, out string? paxEaName))
System\Formats\Tar\TarHeader.Write.cs (1)
910
ExtendedAttributes[
PaxEaName
] = _name;