1 write to _host
Microsoft.AspNetCore.Mvc.Testing (1)
WebApplicationFactory.cs (1)
357_host = CreateHost(hostBuilder);
9 references to _host
Microsoft.AspNetCore.Mvc.Testing (9)
WebApplicationFactory.cs (9)
108return _webHost?.Services ?? _host!.Services; 112return _host?.Services ?? _server!.Host.Services; 120private bool ServerStarted => _webHost != null || _host != null || _server != null; 360TryExtractHostAddress(GetServerAddressFeature(_host)); 364_server = (TestServer)_host.Services.GetRequiredService<IServer>(); 724if (_webHost is null && _host is null) 814if (_host != null) 816await _host.StopAsync().ConfigureAwait(false); 817_host?.Dispose();