3 references to RegexInlineRouteConstraintWithService
Microsoft.AspNetCore.Routing.Tests (3)
DefaultParameterPolicyFactoryTest.cs (3)
344options.ConstraintMap.Add("regex-service", typeof(RegexInlineRouteConstraintWithService)); 355var constraint = Assert.IsType<RegexInlineRouteConstraintWithService>(parameterPolicy);