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