4 references to Component
Microsoft.AspNetCore.Components (3)
Rendering\ComponentState.cs (2)
365
Debug.Assert(currentFrame.FrameType != RenderTreeFrameType.Component || currentFrame.
Component
!= null, "GetComponentKey is being invoked too soon, ComponentState is not fully constructed.");
368
!ReferenceEquals(Component, currentFrame.
Component
))
RenderTree\RenderTreeDiffBuilder.cs (1)
1041
var componentInstance = parentFrame.
Component
;
Microsoft.AspNetCore.Components.Endpoints (1)
Rendering\EndpointHtmlRenderer.Prerendering.cs (1)
310
frame.
Component
is SSRRenderModeBoundary candidate &&