1 write to _host
IIS.Tests (1)
Utilities\TestServer.cs (1)
146
_host
= new HostBuilder()
3 references to _host
IIS.Tests (3)
Utilities\TestServer.cs (3)
166
var lifetime =
_host
.Services.GetService<IHostApplicationLifetime>();
169
_host
.Start();
172
_host
.Dispose();