1 instantiation of ServerComponentInvocationSequence
Microsoft.AspNetCore.Components.Endpoints (1)
Rendering\EndpointHtmlRenderer.Prerendering.cs (1)
242
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)
238
internal static
ServerComponentInvocationSequence
GetOrCreateInvocationId(HttpContext httpContext)
246
return (
ServerComponentInvocationSequence
)result!;
Rendering\SSRRenderModeBoundary.cs (1)
179
var
invocationId = EndpointHtmlRenderer.GetOrCreateInvocationId(httpContext);