1 reference to GetPopulatedExtendedAttributes
System.Formats.Tar (1)
System\Formats\Tar\PaxTarEntry.cs (1)
129
public IReadOnlyDictionary<string, string> ExtendedAttributes => field ??= _header.
GetPopulatedExtendedAttributes
().AsReadOnly();