1 instantiation of ServerComponentInvocationSequence
Microsoft.AspNetCore.Components.Endpoints (1)
Rendering\EndpointHtmlRenderer.Prerendering.cs (1)
236result = new ServerComponentInvocationSequence();
5 references to ServerComponentInvocationSequence
Microsoft.AspNetCore.Components.Endpoints (5)
DependencyInjection\ServerComponentSerializer.cs (2)
19public void SerializeInvocation(ref ComponentMarker marker, ServerComponentInvocationSequence invocationId, Type type, ParameterView parameters) 26ServerComponentInvocationSequence invocationId,
Rendering\EndpointHtmlRenderer.Prerendering.cs (2)
232internal static ServerComponentInvocationSequence GetOrCreateInvocationId(HttpContext httpContext) 240return (ServerComponentInvocationSequence)result!;
Rendering\SSRRenderModeBoundary.cs (1)
179var invocationId = EndpointHtmlRenderer.GetOrCreateInvocationId(httpContext);