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