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