3 instantiations of ActionConstraintContext
Microsoft.AspNetCore.Mvc.Core (3)
ConsumesAttribute.cs (1)
203var tempContext = new ActionConstraintContext()
Infrastructure\ActionSelector.cs (1)
182var constraintContext = new ActionConstraintContext
Routing\ActionConstraintMatcherPolicy.cs (1)
194var constraintContext = new ActionConstraintContext
9 references to ActionConstraintContext
Microsoft.AspNetCore.Mvc.Abstractions (2)
ActionConstraints\IActionConstraint.cs (2)
51/// <param name="context">The <see cref="ActionConstraintContext"/>.</param> 53bool Accept(ActionConstraintContext context);
Microsoft.AspNetCore.Mvc.Core (6)
ActionConstraints\ActionMethodSelectorAttribute.cs (1)
20public bool Accept(ActionConstraintContext context)
ActionConstraints\HttpMethodActionConstraint.cs (1)
59public virtual bool Accept(ActionConstraintContext context)
ConsumesAttribute.cs (2)
149public bool Accept(ActionConstraintContext context) 203var tempContext = new ActionConstraintContext()
Infrastructure\ActionSelector.cs (1)
182var constraintContext = new ActionConstraintContext
Routing\ActionConstraintMatcherPolicy.cs (1)
194var constraintContext = new ActionConstraintContext
Microsoft.AspNetCore.Mvc.Cors (1)
CorsHttpMethodActionConstraint.cs (1)
20public override bool Accept(ActionConstraintContext context)