3 references to CustomParameterPolicyWithOnlyServiceArguments
Microsoft.AspNetCore.Routing.Tests (3)
DefaultParameterPolicyFactoryTest.cs (3)
259options.ConstraintMap.Add("customConstraintPolicy", typeof(CustomParameterPolicyWithOnlyServiceArguments)); 270var constraint = Assert.IsType<CustomParameterPolicyWithOnlyServiceArguments>(parameterPolicy);