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