3 references to RazorComponentEndpointDataSourceFactory
Microsoft.AspNetCore.Components.Endpoints (3)
Builder\RazorComponentsEndpointRouteBuilderExtensions.cs (2)
48
var
factory = endpoints.ServiceProvider.GetRequiredService<
RazorComponentEndpointDataSourceFactory
>();
DependencyInjection\RazorComponentsServiceCollectionExtensions.cs (1)
47
services.TryAddSingleton<
RazorComponentEndpointDataSourceFactory
>();