1 write to Constraints
Microsoft.AspNetCore.Routing (1)
Tree\TreeRouteBuilder.cs (1)
144entry.Constraints = constraintBuilder.Build();
5 references to Constraints
Microsoft.AspNetCore.Mvc.Core.Test (4)
Routing\AttributeRouteTest.cs (4)
349Assert.Empty(e.Constraints); 392Assert.Single(e.Constraints, kvp => kvp.Key == "id"); 435Assert.Empty(e.Constraints); 497Assert.Empty(e.Constraints);
Microsoft.AspNetCore.Routing (1)
Tree\TreeRouter.cs (1)
201entry.Constraints,