3 overrides of CreateComponentState
Microsoft.AspNetCore.Components.Endpoints (1)
Rendering\EndpointHtmlRenderer.cs (1)
173protected override ComponentState CreateComponentState(int componentId, IComponent component, ComponentState? parentComponentState)
Microsoft.AspNetCore.Components.Server (1)
Circuits\RemoteRenderer.cs (1)
317protected override ComponentState CreateComponentState(int componentId, IComponent component, ComponentState? parentComponentState)
Microsoft.AspNetCore.Components.WebAssembly (1)
Rendering\WebAssemblyRenderer.cs (1)
262protected override ComponentState CreateComponentState(int componentId, IComponent component, ComponentState? parentComponentState)
1 reference to CreateComponentState
Microsoft.AspNetCore.Components (1)
RenderTree\Renderer.cs (1)
429var componentState = CreateComponentState(componentId, component, parentComponentState);