6 overrides of CreateComponentState
Microsoft.AspNetCore.Components.Authorization.Tests (1)
src\Components\Shared\test\TestRenderer.cs (1)
138protected override ComponentState CreateComponentState(int componentId, IComponent component, ComponentState parentComponentState)
Microsoft.AspNetCore.Components.Endpoints (1)
Rendering\EndpointHtmlRenderer.cs (1)
147protected override ComponentState CreateComponentState(int componentId, IComponent component, ComponentState? parentComponentState)
Microsoft.AspNetCore.Components.Endpoints.Tests (1)
ImportMapTest.cs (1)
347protected override ComponentState CreateComponentState(int componentId, IComponent component, ComponentState parentComponentState)
Microsoft.AspNetCore.Components.Forms.Tests (1)
src\Components\Shared\test\TestRenderer.cs (1)
138protected override ComponentState CreateComponentState(int componentId, IComponent component, ComponentState parentComponentState)
Microsoft.AspNetCore.Components.Tests (1)
src\Components\Shared\test\TestRenderer.cs (1)
138protected override ComponentState CreateComponentState(int componentId, IComponent component, ComponentState parentComponentState)
Microsoft.AspNetCore.Components.Web.Tests (1)
src\Components\Shared\test\TestRenderer.cs (1)
138protected override ComponentState CreateComponentState(int componentId, IComponent component, ComponentState parentComponentState)
1 reference to CreateComponentState
Microsoft.AspNetCore.Components (1)
RenderTree\Renderer.cs (1)
372var componentState = CreateComponentState(componentId, component, parentComponentState);