1 instantiation of ServerComponentInvocationSequence
Microsoft.AspNetCore.Components.Endpoints (1)
Rendering\EndpointHtmlRenderer.Prerendering.cs (1)
302result = new ServerComponentInvocationSequence();
5 references to ServerComponentInvocationSequence
Microsoft.AspNetCore.Components.Endpoints (5)
Rendering\EndpointHtmlRenderer.Prerendering.cs (2)
298internal static ServerComponentInvocationSequence GetOrCreateInvocationId(HttpContext httpContext) 306return (ServerComponentInvocationSequence)result!;
Rendering\SSRRenderModeBoundary.cs (1)
197var invocationId = EndpointHtmlRenderer.GetOrCreateInvocationId(httpContext);
src\Shared\Components\ServerComponentSerializer.cs (2)
21ServerComponentInvocationSequence invocationId, 32ServerComponentInvocationSequence invocationId,