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