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