2 overrides of CreateComponentState
Microsoft.AspNetCore.Components.Endpoints (1)
Rendering\EndpointHtmlRenderer.cs (1)
165protected 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)
1 reference to CreateComponentState
Microsoft.AspNetCore.Components (1)
RenderTree\Renderer.cs (1)
407var componentState = CreateComponentState(componentId, component, parentComponentState);