4 references to Component
Microsoft.AspNetCore.Components (3)
Rendering\ComponentState.cs (2)
365Debug.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)
1041var componentInstance = parentFrame.Component;
Microsoft.AspNetCore.Components.Endpoints (1)
Rendering\EndpointHtmlRenderer.Prerendering.cs (1)
310frame.Component is SSRRenderModeBoundary candidate &&