6 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 (3)
Rendering\EndpointComponentState.cs (1)
108
if (frame.FrameType == RenderTreeFrameType.Component && ReferenceEquals(frame.
Component
, target))
Rendering\EndpointHtmlRenderer.Prerendering.cs (1)
310
frame.
Component
is SSRRenderModeBoundary candidate &&
Rendering\EndpointHtmlRenderer.Streaming.cs (1)
398
if (frame.FrameType is RenderTreeFrameType.Component && ReferenceEquals(frame.
Component
, liveCachedComponentState.Component))