1 write to _host
Microsoft.AspNetCore.Mvc.Testing (1)
WebApplicationFactory.cs (1)
213_host = CreateHost(hostBuilder);
5 references to _host
Microsoft.AspNetCore.Mvc.Testing (5)
WebApplicationFactory.cs (5)
91return _host?.Services ?? _server.Host.Services; 214_server = (TestServer)_host.Services.GetRequiredService<IServer>(); 594if (_host != null) 596await _host.StopAsync().ConfigureAwait(false); 597_host?.Dispose();