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