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