15 instantiations of ActionSelectorCandidate
Microsoft.AspNetCore.Mvc.Core (2)
Microsoft.AspNetCore.Mvc.Core.Test (12)
ConsumesAttributeTests.cs (11)
94new ActionSelectorCandidate(action, new [] { constraint }),
128new ActionSelectorCandidate(action1, new [] { constraint1 }),
166new ActionSelectorCandidate(action1, new [] { constraint1 }),
202new ActionSelectorCandidate(actionWithConstraint, new [] { constraint1 }),
203new ActionSelectorCandidate(actionWithConstraint2, new [] { constraint2 }),
204new ActionSelectorCandidate(actionWithoutConstraint, new List<IActionConstraint>()),
241new ActionSelectorCandidate(actionWithConstraint, new [] { constraint1 }),
242new ActionSelectorCandidate(actionWithConstraint2, new [] { constraint2 }),
243new ActionSelectorCandidate(actionWithoutConstraint, new List<IActionConstraint>()),
281new ActionSelectorCandidate(actionWithConstraint, new [] { constraint1 }),
282new ActionSelectorCandidate(actionWithConstraint2, new [] { constraint2 }),
Microsoft.AspNetCore.Mvc.Cors.Test (1)
32 references to ActionSelectorCandidate
Microsoft.AspNetCore.Mvc.Abstractions (6)
Microsoft.AspNetCore.Mvc.Core (16)
Microsoft.AspNetCore.Mvc.Core.Test (8)
Microsoft.AspNetCore.Mvc.Cors.Test (2)