1 write to ParentComponentState
Microsoft.AspNetCore.Components (1)
Rendering\ComponentState.cs (1)
37ParentComponentState = parentComponentState;
4 references to ParentComponentState
Microsoft.AspNetCore.Components (1)
RenderTree\Renderer.cs (1)
715if (componentState.ParentComponentState is not null)
Microsoft.AspNetCore.Components.Endpoints (3)
Rendering\EndpointHtmlRenderer.EventDispatch.cs (1)
192for (var current = GetComponentState(componentId); current != null; current = current.ParentComponentState)
Rendering\EndpointHtmlRenderer.Prerendering.cs (1)
73currentComponentState = currentComponentState.ParentComponentState;
Rendering\EndpointHtmlRenderer.Streaming.cs (1)
195while (componentState.ParentComponentState is { } parentComponentState)