2 writes to Constraints
Microsoft.AspNetCore.Routing (2)
Matching\Candidate.cs (2)
58
Constraints
= Array.Empty<KeyValuePair<string, IRouteConstraint>>();
79
Constraints
= constraints;
1 reference to Constraints
Microsoft.AspNetCore.Routing (1)
Matching\DfaMatcher.cs (1)
171
if (!ProcessConstraints(candidate.Endpoint, candidate.
Constraints
, httpContext, state.Values))