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)
37
new DefaultInlineConstraintResolver(Options.Create(routeOptions), new
TestServiceProvider
()));