3 references to DefaultEndpointSelector
Microsoft.AspNetCore.Routing (3)
DependencyInjection\RoutingServiceCollectionExtensions.cs (1)
104services.TryAddSingleton<EndpointSelector, DefaultEndpointSelector>();
Matching\DfaMatcher.cs (2)
28_isDefaultEndpointSelector = selector is DefaultEndpointSelector; 193DefaultEndpointSelector.Select(httpContext, candidateState);