3 references to ControllerActionEndpointDataSourceFactory
Microsoft.AspNetCore.Mvc.Core (3)
Builder\ControllerEndpointRouteBuilderExtensions.cs (2)
534
var
factory = endpoints.ServiceProvider.GetRequiredService<
ControllerActionEndpointDataSourceFactory
>();
DependencyInjection\MvcCoreServiceCollectionExtensions.cs (1)
258
services.TryAddSingleton<
ControllerActionEndpointDataSourceFactory
>();