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)
52var supplier = GetMatchingCascadingValueSupplier(info, componentState.Renderer, componentState.LogicalParentComponentState); 87candidate = candidate.LogicalParentComponentState;
RenderTree\Renderer.cs (1)
1129candidate = candidate.LogicalParentComponentState;
Microsoft.AspNetCore.Components.Endpoints (1)
Rendering\EndpointComponentState.cs (1)
31var parentEndpointComponentState = (EndpointComponentState?)LogicalParentComponentState;