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