6 instantiations of DefaultActionConstraintProvider
Microsoft.AspNetCore.Mvc.Core.Test (5)
ActionConstraints\ActionConstraintCacheTest.cs (3)
20var cache = CreateCache(new DefaultActionConstraintProvider()); 57var cache = CreateCache(new DefaultActionConstraintProvider()); 94var cache = CreateCache(new DefaultActionConstraintProvider());
Infrastructure\ActionSelectorTest.cs (2)
983new DefaultActionConstraintProvider(), 1074new DefaultActionConstraintProvider(),
Microsoft.AspNetCore.Mvc.Test (1)
Routing\ActionConstraintMatcherPolicyTest.cs (1)
458new DefaultActionConstraintProvider(),
3 references to DefaultActionConstraintProvider
Microsoft.AspNetCore.Mvc.Core (1)
DependencyInjection\MvcCoreServiceCollectionExtensions.cs (1)
164services.TryAddEnumerable(ServiceDescriptor.Transient<IActionConstraintProvider, DefaultActionConstraintProvider>());
Microsoft.AspNetCore.Mvc.Core.Test (1)
DependencyInjection\MvcCoreServiceCollectionExtensionsTest.cs (1)
266typeof(DefaultActionConstraintProvider),
Microsoft.AspNetCore.Mvc.Test (1)
MvcServiceCollectionExtensionsTest.cs (1)
529typeof(DefaultActionConstraintProvider),