1 type derived from DynamicControllerEndpointSelectorCache
Microsoft.AspNetCore.Mvc.Core.Test (1)
Routing\DynamicControllerEndpointMatcherPolicyTest.cs (1)
437private class TestDynamicControllerEndpointSelectorCache : DynamicControllerEndpointSelectorCache
6 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)
Microsoft.AspNetCore.Mvc.Core.Test (1)
Routing\DynamicControllerEndpointMatcherPolicyTest.cs (1)
88private DynamicControllerEndpointSelectorCache SelectorCache { get; }