1 instantiation of TestNonRoutePatternMatcherPolicy
Microsoft.AspNetCore.Routing.Tests (1)
Matching\DfaMatcherBuilderTest.cs (1)
2822
var builder = CreateDfaMatcherBuilder(new
TestNonRoutePatternMatcherPolicy
());
1 reference to TestNonRoutePatternMatcherPolicy
Microsoft.AspNetCore.Routing.Tests (1)
Matching\DfaMatcherBuilderTest.cs (1)
2845
Assert.IsType<
TestNonRoutePatternMatcherPolicy
>(a.NodeBuilder);