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