2 references to AttachAndInitComponent
Microsoft.AspNetCore.Components (2)
RenderTree\Renderer.cs (2)
229
return
AttachAndInitComponent
(component, -1).ComponentId;
553
var newComponentState =
AttachAndInitComponent
(newComponent, parentComponentId);