1 instantiation of UpperCaseParameterTransform
Microsoft.AspNetCore.Routing.Tests (1)
DefaultLinkGeneratorTest.cs (1)
337
policies: new { c = new
UpperCaseParameterTransform
(), });
3 references to UpperCaseParameterTransform
Microsoft.AspNetCore.Routing.Tests (3)
DefaultLinkGeneratorTest.cs (2)
317
o.ConstraintMap["upper-case"] = typeof(
UpperCaseParameterTransform
);
343
o.ConstraintMap["upper-case"] = typeof(
UpperCaseParameterTransform
);
Matching\DfaMatcherBuilderTest.cs (1)
3549
["upper-case"] = typeof(
UpperCaseParameterTransform
),