1 write to Id
Microsoft.AspNetCore.Components (1)
ElementReference.cs (1)
36
Id
= id;
2 references to Id
Microsoft.AspNetCore.Components (1)
RenderTree\RenderTreeDiffBuilder.cs (1)
1028
newFrame.ElementReferenceCaptureIdField = newElementReference.
Id
;
Microsoft.AspNetCore.Components.Server (1)
src\aspnetcore\src\Components\Shared\src\ElementReferenceJsonConverter.cs (1)
54
writer.WriteString(IdProperty, value.
Id
);