1 write to _attributes
Microsoft.AspNetCore.Components.WebView.Test (1)
Infrastructure\ElementNode.cs (1)
15_attributes = new Dictionary<string, object>(StringComparer.Ordinal);
3 references to _attributes
Microsoft.AspNetCore.Components.WebView.Test (3)
Infrastructure\ElementNode.cs (3)
22public IReadOnlyDictionary<string, object> Attributes => _attributes; 30_attributes.Remove(key); 35_attributes[key] = value;