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