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)
22
public IReadOnlyDictionary<string, object> Attributes =>
_attributes
;
30
_attributes
.Remove(key);
35
_attributes
[key] = value;