1 write to _actionConstraintCache
Microsoft.AspNetCore.Mvc.Core (1)
Infrastructure\ActionSelector.cs (1)
42
_actionConstraintCache
= actionConstraintCache;
1 reference to _actionConstraintCache
Microsoft.AspNetCore.Mvc.Core (1)
Infrastructure\ActionSelector.cs (1)
122
var constraints =
_actionConstraintCache
.GetActionConstraints(context.HttpContext, action);