1 instantiation of ServerComponentSerializer
Microsoft.AspNetCore.Components.Endpoints (1)
DependencyInjection\RazorComponentsServiceCollectionExtensions.cs (1)
56
services.TryAddSingleton<ServerComponentSerializer>(services => new
ServerComponentSerializer
(services.GetRequiredService<IDataProtectionProvider>()));
3 references to ServerComponentSerializer
Microsoft.AspNetCore.Components.Endpoints (3)
DependencyInjection\RazorComponentsServiceCollectionExtensions.cs (1)
56
services.TryAddSingleton<
ServerComponentSerializer
>(services => new ServerComponentSerializer(services.GetRequiredService<IDataProtectionProvider>()));
Rendering\SSRRenderModeBoundary.cs (2)
177
var
serverComponentSerializer = httpContext.RequestServices.GetRequiredService<
ServerComponentSerializer
>();