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