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