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