2 writes to Key
Microsoft.AspNetCore.Components.Endpoints (2)
src\aspnetcore\src\Components\Shared\src\RenderFragmentSerializer.cs (2)
59
node.
Key
= frame.ElementKey;
108
node.
Key
= frame.ComponentKey;
6 references to Key
Microsoft.AspNetCore.Components.Endpoints (6)
src\aspnetcore\src\Components\Shared\src\RenderFragmentSerializer.cs (6)
272
if (node.
Key
is not null)
274
builder.SetKey(node.
Key
is JsonElement je ? ConvertTypedValue(je, node.KeyTypeAssembly!, node.KeyTypeName!, jsonOptions, typeCache) : node.
Key
);
299
if (node.
Key
is not null)
301
builder.SetKey(node.
Key
is JsonElement je ? ConvertTypedValue(je, node.KeyTypeAssembly!, node.KeyTypeName!, jsonOptions, typeCache) : node.
Key
);