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