3 overrides of CreateComponentState
Microsoft.AspNetCore.Components.Endpoints (1)
Rendering\EndpointHtmlRenderer.cs (1)
170protected 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)
251protected override ComponentState CreateComponentState(int componentId, IComponent component, ComponentState? parentComponentState)
1 reference to CreateComponentState
Microsoft.AspNetCore.Components (1)
RenderTree\Renderer.cs (1)
422var componentState = CreateComponentState(componentId, component, parentComponentState);