1 write to Attributes
Microsoft.AspNetCore.Components.Endpoints (1)
src\aspnetcore\src\Components\Shared\src\RenderFragmentSerializer.cs (1)
73node.Attributes ??= new();
2 references to Attributes
Microsoft.AspNetCore.Components.Endpoints (2)
src\aspnetcore\src\Components\Shared\src\RenderFragmentSerializer.cs (2)
74node.Attributes.Add(attr); 276DeserializeAttributes(builder, node.Attributes, jsonOptions, typeCache);