2 writes to _ea
System.Formats.Tar (2)
System\Formats\Tar\TarHeader.cs (2)
78internal Dictionary<string, string> ExtendedAttributes => _ea ??= new Dictionary<string, string>(); 131_ea ??= new Dictionary<string, string>();
2 references to _ea
System.Formats.Tar (2)
System\Formats\Tar\TarHeader.cs (2)
113Debug.Assert(_ea == null); 133_ea.Add(kvp.Key, kvp.Value);