2 instantiations of SSRRenderModeBoundary
Microsoft.AspNetCore.Components.Endpoints (2)
Rendering\EndpointHtmlRenderer.Prerendering.cs (2)
39return new SSRRenderModeBoundary(_httpContext, componentType, renderMode); 121: new SSRRenderModeBoundary(_httpContext, componentType, prerenderMode);
6 references to SSRRenderModeBoundary
Microsoft.AspNetCore.Components.Endpoints (6)
Rendering\EndpointHtmlRenderer.Prerendering.cs (5)
26var closestRenderModeBoundary = parentComponentId.HasValue 46var ssrRenderBoundary = GetClosestRenderModeBoundary(componentState); 56private SSRRenderModeBoundary? GetClosestRenderModeBoundary(int componentId) 62private static SSRRenderModeBoundary? GetClosestRenderModeBoundary(ComponentState componentState) 68if (currentComponentState.Component is SSRRenderModeBoundary boundary)
Rendering\EndpointHtmlRenderer.Streaming.cs (1)
264if (componentState.Component is SSRRenderModeBoundary boundary)