1 instantiation of SimplifiedStringHashComparer
Microsoft.AspNetCore.Components (1)
Rendering\SimplifiedStringHashComparer.cs (1)
18
public static readonly SimplifiedStringHashComparer Instance = new
SimplifiedStringHashComparer
();
3 references to SimplifiedStringHashComparer
Microsoft.AspNetCore.Components (3)
Rendering\RenderTreeBuilder.cs (2)
808
var seenAttributeNames = (_seenAttributeNames ??= new Dictionary<string, int>(
SimplifiedStringHashComparer
.Instance));
880
var seenAttributeNames = (_seenAttributeNames ??= new Dictionary<string, int>(
SimplifiedStringHashComparer
.Instance));
Rendering\SimplifiedStringHashComparer.cs (1)
18
public static readonly
SimplifiedStringHashComparer
Instance = new SimplifiedStringHashComparer();