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