2 writes to _seenAttributeNames
Microsoft.AspNetCore.Components (2)
Rendering\RenderTreeBuilder.cs (2)
808
var seenAttributeNames = (
_seenAttributeNames
??= new Dictionary<string, int>(SimplifiedStringHashComparer.Instance));
880
var seenAttributeNames = (
_seenAttributeNames
??= new Dictionary<string, int>(SimplifiedStringHashComparer.Instance));
1 reference to _seenAttributeNames
Microsoft.AspNetCore.Components (1)
Rendering\RenderTreeBuilder.cs (1)
752
_seenAttributeNames
?.Clear();