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