1 write to _webHost
Microsoft.AspNetCore.Mvc.Testing (1)
WebApplicationFactory.cs (1)
317_webHost = CreateKestrelServer(builder);
4 references to _webHost
Microsoft.AspNetCore.Mvc.Testing (4)
WebApplicationFactory.cs (4)
109return _webHost?.Services ?? _host!.Services; 121private bool ServerStarted => _webHost != null || _host != null || _server != null; 319TryExtractHostAddress(GetServerAddressFeature(_webHost)); 725if (_webHost is null && _host is null)