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