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