2 references to PaxEaLinkName
System.Formats.Tar (2)
System\Formats\Tar\TarHeader.Read.cs (1)
118
if (ExtendedAttributes.TryGetValue(
PaxEaLinkName
, out string? paxEaLinkName))
System\Formats\Tar\TarHeader.Write.cs (1)
919
ExtendedAttributes[
PaxEaLinkName
] = _linkName;