5 references to DynamicControllerEndpointSelectorCache
Microsoft.AspNetCore.Mvc.Core (5)
Builder\ControllerEndpointRouteBuilderExtensions.cs (2)
544var cache = serviceProvider.GetRequiredService<DynamicControllerEndpointSelectorCache>();
DependencyInjection\MvcCoreServiceCollectionExtensions.cs (1)
262services.TryAddSingleton<DynamicControllerEndpointSelectorCache>();
Routing\DynamicControllerEndpointMatcherPolicy.cs (2)
16private readonly DynamicControllerEndpointSelectorCache _selectorCache; 19public DynamicControllerEndpointMatcherPolicy(DynamicControllerEndpointSelectorCache selectorCache, EndpointMetadataComparer comparer)