1 write to LogicalParentComponentState
Microsoft.AspNetCore.Components (1)
Rendering\ComponentState.cs (1)
41LogicalParentComponentState = component is SectionOutlet.SectionOutletContentRenderer
4 references to LogicalParentComponentState
Microsoft.AspNetCore.Components (3)
CascadingParameterState.cs (2)
63var supplier = GetMatchingCascadingValueSupplier(info, componentState.Renderer, componentState.LogicalParentComponentState); 98candidate = candidate.LogicalParentComponentState;
RenderTree\Renderer.cs (1)
1228candidate = candidate.LogicalParentComponentState;
Microsoft.AspNetCore.Components.Endpoints (1)
Rendering\EndpointComponentState.cs (1)
47var parentEndpointComponentState = (EndpointComponentState?)LogicalParentComponentState;