3 writes to CurrentCandidate
Microsoft.AspNetCore.Mvc.Core (3)
ConsumesAttribute.cs (1)
207
CurrentCandidate
= candidate
Infrastructure\ActionSelector.cs (1)
197
constraintContext.
CurrentCandidate
= candidate;
Routing\ActionConstraintMatcherPolicy.cs (1)
209
constraintContext.
CurrentCandidate
= item.candidate;
3 references to CurrentCandidate
Microsoft.AspNetCore.Mvc.Core (3)
ActionConstraints\ActionMethodSelectorAttribute.cs (1)
22
return IsValidForRequest(context.RouteContext, context.
CurrentCandidate
.Action);
ConsumesAttribute.cs (2)
152
if (!IsApplicable(context.
CurrentCandidate
.Action))
183
if (firstCandidate.Action != context.
CurrentCandidate
.Action)