2 references to ComponentSequenceKey
Microsoft.AspNetCore.Components.Endpoints (2)
Rendering\EndpointHtmlRenderer.Prerendering.cs (2)
240
if (!httpContext.Items.TryGetValue(
ComponentSequenceKey
, out var result))
243
httpContext.Items[
ComponentSequenceKey
] = result;