3 implementations of Accept
Microsoft.AspNetCore.Mvc.Core (3)
ActionConstraints\ActionMethodSelectorAttribute.cs (1)
20public bool Accept(ActionConstraintContext context)
ActionConstraints\HttpMethodActionConstraint.cs (1)
59public virtual bool Accept(ActionConstraintContext context)
ConsumesAttribute.cs (1)
149public bool Accept(ActionConstraintContext context)
3 references to Accept
Microsoft.AspNetCore.Mvc.Core (3)
ConsumesAttribute.cs (1)
212constraint.Accept(tempContext)))
Infrastructure\ActionSelector.cs (1)
205if (!constraint.Accept(constraintContext))
Routing\ActionConstraintMatcherPolicy.cs (1)
235if (!constraint.Accept(constraintContext))