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