1 instantiation of RouteEndpointDataSource
Microsoft.AspNetCore.Routing (1)
Builder\EndpointRouteBuilderExtensions.cs (1)
461routeEndpointDataSource = new RouteEndpointDataSource(endpoints.ServiceProvider ?? EmptyServiceProvider.Instance, throwOnBadRequest);
3 references to RouteEndpointDataSource
Microsoft.AspNetCore.Routing (3)
Builder\EndpointRouteBuilderExtensions.cs (3)
442internal static RouteEndpointDataSource GetOrAddRouteEndpointDataSource(this IEndpointRouteBuilder endpoints) 444RouteEndpointDataSource? routeEndpointDataSource = null; 448if (dataSource is RouteEndpointDataSource foundDataSource)