1 instantiation of EmptyServiceProvider
Microsoft.AspNetCore.Routing (1)
Builder\EndpointRouteBuilderExtensions.cs (1)
470public static EmptyServiceProvider Instance { get; } = new EmptyServiceProvider();
2 references to EmptyServiceProvider
Microsoft.AspNetCore.Routing (2)
Builder\EndpointRouteBuilderExtensions.cs (2)
461routeEndpointDataSource = new RouteEndpointDataSource(endpoints.ServiceProvider ?? EmptyServiceProvider.Instance, throwOnBadRequest); 470public static EmptyServiceProvider Instance { get; } = new EmptyServiceProvider();