1 write to _webHost
Microsoft.AspNetCore.Mvc.Testing (1)
WebApplicationFactory.cs (1)
318_webHost = CreateKestrelServer(builder);
4 references to _webHost
Microsoft.AspNetCore.Mvc.Testing (4)
WebApplicationFactory.cs (4)
110return _webHost?.Services ?? _host!.Services; 122private bool ServerStarted => _webHost != null || _host != null || _server != null; 320TryExtractHostAddress(GetServerAddressFeature(_webHost)); 735if (_webHost is null && _host is null)