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