2 references to GetActionConstraints
Microsoft.AspNetCore.Mvc.Core (2)
Infrastructure\ActionSelector.cs (1)
122var constraints = _actionConstraintCache.GetActionConstraints(context.HttpContext, action);
Routing\ActionConstraintMatcherPolicy.cs (1)
142constraints = _actionConstraintCache.GetActionConstraints(httpContext, actionDescriptor);