1 write to _webHost
Microsoft.AspNetCore.Mvc.Testing (1)
WebApplicationFactory.cs (1)
307
_webHost
= CreateKestrelServer(builder);
4 references to _webHost
Microsoft.AspNetCore.Mvc.Testing (4)
WebApplicationFactory.cs (4)
106
return
_webHost
!.Services;
116
private bool ServerStarted =>
_webHost
!= null || _host != null || _server != null;
309
TryExtractHostAddress(GetServerAddressFeature(
_webHost
));
698
if (
_webHost
is null && _host is null)