4 references to CustomParameterPolicyWithArguments
Microsoft.AspNetCore.Routing.Tests (4)
DefaultParameterPolicyFactoryTest.cs (4)
215options.ConstraintMap.Add("customConstraintPolicy", typeof(CustomParameterPolicyWithArguments)); 226var constraint = Assert.IsType<CustomParameterPolicyWithArguments>(parameterPolicy); 365options.ConstraintMap.Add("customConstraintPolicy", typeof(CustomParameterPolicyWithArguments));