1 write to Action
Microsoft.AspNetCore.Mvc.Abstractions (1)
ActionConstraints\ActionSelectorCandidate.cs (1)
24
Action
= action;
9 references to Action
Microsoft.AspNetCore.Mvc.Core (9)
ActionConstraints\ActionMethodSelectorAttribute.cs (1)
22
return IsValidForRequest(context.RouteContext, context.CurrentCandidate.
Action
);
ConsumesAttribute.cs (5)
152
if (!IsApplicable(context.CurrentCandidate.
Action
))
183
if (firstCandidate.
Action
!= context.CurrentCandidate.
Action
)
198
if (candidate.
Action
== firstCandidate.
Action
)
Infrastructure\ActionSelector.cs (3)
137
results.Add(candidate.
Action
);
210
candidate.
Action
.DisplayName,
211
candidate.
Action
.Id,