3 instantiations of TestServiceProvider
Microsoft.AspNetCore.Routing.Microbenchmarks (3)
Matching\MatcherBuilderMultipleEntryBenchmark.cs (1)
57_parameterPolicyFactory = new DefaultParameterPolicyFactory(Options.Create(new RouteOptions()), new TestServiceProvider());
src\Http\Routing\test\UnitTests\Matching\RouteMatcherBuilder.cs (1)
21_constraintResolver = new DefaultInlineConstraintResolver(Options.Create(routeOptions), new TestServiceProvider());
src\Http\Routing\test\UnitTests\Matching\TreeRouterMatcherBuilder.cs (1)
37new DefaultInlineConstraintResolver(Options.Create(routeOptions), new TestServiceProvider()));