1 write to _readOnlyExtendedAttributes
System.Formats.Tar (1)
System\Formats\Tar\PaxTarEntry.cs (1)
151
public IReadOnlyDictionary<string, string> ExtendedAttributes =>
_readOnlyExtendedAttributes
??= _header.ExtendedAttributes.AsReadOnly();