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