1 write to _testServer
Microsoft.AspNetCore.Routing.FunctionalTests (1)
Benchmarks\EndpointRoutingBenchmarkTest.cs (1)
32
_testServer
= _host.GetTestServer();
2 references to _testServer
Microsoft.AspNetCore.Routing.FunctionalTests (2)
Benchmarks\EndpointRoutingBenchmarkTest.cs (2)
34
_client =
_testServer
.CreateClient();
59
_testServer
.Dispose();