1 write to Constraints
Microsoft.AspNetCore.Routing (1)
Tree\TreeRouteBuilder.cs (1)
217entry.Constraints = constraintBuilder.Build();
6 references to Constraints
Microsoft.AspNetCore.Mvc.Core.Test (5)
Routing\AttributeRouteTest.cs (5)
146Assert.Empty(e.Constraints); 190Assert.Single(e.Constraints, kvp => kvp.Key == "id"); 234Assert.Empty(e.Constraints); 295Assert.Empty(e.Constraints); 305Assert.Empty(e.Constraints);
Microsoft.AspNetCore.Routing (1)
Tree\TreeRouter.cs (1)
320entry.Constraints,