1 write to _host
Microsoft.AspNetCore.Routing.FunctionalTests (1)
Benchmarks\EndpointRoutingBenchmarkTest.cs (1)
25
_host
= hostBuilder.Build();
4 references to _host
Microsoft.AspNetCore.Routing.FunctionalTests (4)
Benchmarks\EndpointRoutingBenchmarkTest.cs (4)
28
var configuration =
_host
.Services.GetService<IConfiguration>();
32
_testServer =
_host
.GetTestServer();
33
_host
.Start();
61
_host
.Dispose();