3 instantiations of WebHost
BuildWebHostPatternTestSite (1)
Program.cs (1)
14
public static IWebHost BuildWebHost(string[] args) => new
WebHost
();
CreateWebHostBuilderInvalidSignature (1)
Program.cs (1)
15
public static IWebHost CreateWebHostBuilder(string[] args) => new
WebHost
();
MockHostTypes (1)
WebHostBuilder.cs (1)
8
public IWebHost Build() => new
WebHost
();