3 instantiations of ProtectedPrerenderComponentApplicationStore
Microsoft.AspNetCore.Components.Endpoints (3)
Rendering\EndpointHtmlRenderer.PrerenderingState.cs (3)
44
InteractiveServerRenderMode => new
ProtectedPrerenderComponentApplicationStore
(_httpContext.RequestServices.GetRequiredService<IDataProtectionProvider>()),
65
var serverStore = new
ProtectedPrerenderComponentApplicationStore
(_httpContext.RequestServices.GetRequiredService<IDataProtectionProvider>());
143
var protectedStore = new
ProtectedPrerenderComponentApplicationStore
(_httpContext.RequestServices.GetRequiredService<IDataProtectionProvider>());
3 references to ProtectedPrerenderComponentApplicationStore
Microsoft.AspNetCore.Components.Endpoints (3)
Rendering\EndpointHtmlRenderer.PrerenderingState.cs (3)
56
ProtectedPrerenderComponentApplicationStore
protectedStore => new ComponentStateHtmlContent(protectedStore, null),
65
var
serverStore = new ProtectedPrerenderComponentApplicationStore(_httpContext.RequestServices.GetRequiredService<IDataProtectionProvider>());
143
var
protectedStore = new ProtectedPrerenderComponentApplicationStore(_httpContext.RequestServices.GetRequiredService<IDataProtectionProvider>());