2 instantiations of SSRRenderModeBoundary
Microsoft.AspNetCore.Components.Endpoints (2)
Rendering\EndpointHtmlRenderer.Prerendering.cs (2)
38return new SSRRenderModeBoundary(_httpContext, componentType, renderMode); 118: new SSRRenderModeBoundary(_httpContext, componentType, prerenderMode);
6 references to SSRRenderModeBoundary
Microsoft.AspNetCore.Components.Endpoints (6)
Rendering\EndpointHtmlRenderer.Prerendering.cs (5)
25var closestRenderModeBoundary = parentComponentId.HasValue 45var ssrRenderBoundary = GetClosestRenderModeBoundary(componentState); 55private SSRRenderModeBoundary? GetClosestRenderModeBoundary(int componentId) 61private static SSRRenderModeBoundary? GetClosestRenderModeBoundary(ComponentState componentState) 67if (currentComponentState.Component is SSRRenderModeBoundary boundary)
Rendering\EndpointHtmlRenderer.Streaming.cs (1)
257if (componentState.Component is SSRRenderModeBoundary boundary)