1 write to _host
Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks (1)
InMemoryTransportBenchmark.cs (1)
45
_host
= new HostBuilder()
2 references to _host
Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks (2)
InMemoryTransportBenchmark.cs (2)
59
_host
.Start();
87
_host
.Dispose();