1 write to LogicalParentComponentState
Microsoft.AspNetCore.Components (1)
Rendering\ComponentState.cs (1)
39LogicalParentComponentState = component is SectionOutlet.SectionOutletContentRenderer
4 references to LogicalParentComponentState
Microsoft.AspNetCore.Components (3)
CascadingParameterState.cs (2)
53var supplier = GetMatchingCascadingValueSupplier(info, componentState.Renderer, componentState.LogicalParentComponentState); 88candidate = candidate.LogicalParentComponentState;
RenderTree\Renderer.cs (1)
1116candidate = candidate.LogicalParentComponentState;
Microsoft.AspNetCore.Components.Endpoints (1)
Rendering\EndpointComponentState.cs (1)
31var parentEndpointComponentState = (EndpointComponentState?)LogicalParentComponentState;