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