1 instantiation of ActionConstraintMatcherPolicy
Microsoft.AspNetCore.Mvc.Test (1)
Routing\ActionConstraintMatcherPolicyTest.cs (1)
461return new ActionConstraintMatcherPolicy(cache);
15 references to ActionConstraintMatcherPolicy
Microsoft.AspNetCore.Mvc.Core (1)
DependencyInjection\MvcCoreServiceCollectionExtensions.cs (1)
167services.TryAddEnumerable(ServiceDescriptor.Singleton<MatcherPolicy, ActionConstraintMatcherPolicy>());
Microsoft.AspNetCore.Mvc.Core.Test (1)
DependencyInjection\MvcCoreServiceCollectionExtensionsTest.cs (1)
323typeof(ActionConstraintMatcherPolicy),
Microsoft.AspNetCore.Mvc.Test (13)
Routing\ActionConstraintMatcherPolicyTest.cs (13)
30var selector = CreateSelector(actions); 61var selector = CreateSelector(actions); 96var selector = CreateSelector(actions); 133var selector = CreateSelector(actions); 168var selector = CreateSelector(actions); 206var selector = CreateSelector(actions); 241var selector = CreateSelector(actions); 281var selector = CreateSelector(actions); 322var selector = CreateSelector(actions); 359var selector = CreateSelector(actions); 398var selector = CreateSelector(actions); 427var selector = CreateSelector(actions); 436private ActionConstraintMatcherPolicy CreateSelector(ActionDescriptor[] actions)