1 write to _readOnlyGlobalExtendedAttributes
System.Formats.Tar (1)
System\Formats\Tar\PaxGlobalExtendedAttributesTarEntry.cs (1)
37
public IReadOnlyDictionary<string, string> GlobalExtendedAttributes =>
_readOnlyGlobalExtendedAttributes
??= _header.ExtendedAttributes.AsReadOnly();