3 references to ActionConstraintCache
Microsoft.AspNetCore.Mvc.Core.Test (2)
ActionConstraints\ActionConstraintCacheTest.cs (1)
163return new ActionConstraintCache(descriptorProvider, providers);
Infrastructure\ActionSelectorTest.cs (1)
1140return new ActionConstraintCache(descriptorProvider, actionConstraintProviders.AsEnumerable() ?? new List<IActionConstraintProvider>());
Microsoft.AspNetCore.Mvc.Test (1)
Routing\ActionConstraintMatcherPolicyTest.cs (1)
456var cache = new ActionConstraintCache(actionDescriptorCollectionProvider, new[]