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)
108
return
_webHost
?.Services ?? _host!.Services;
120
private bool ServerStarted =>
_webHost
!= null || _host != null || _server != null;
318
TryExtractHostAddress(GetServerAddressFeature(
_webHost
));
724
if (
_webHost
is null && _host is null)