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