1 write to _hostingStartupWebHostBuilder
Microsoft.AspNetCore.Hosting (1)
GenericHost\GenericWebHostBuilder.cs (1)
132_hostingStartupWebHostBuilder = new HostingStartupWebHostBuilder(this);
4 references to _hostingStartupWebHostBuilder
Microsoft.AspNetCore.Hosting (4)
GenericHost\GenericWebHostBuilder.cs (4)
45if (_hostingStartupWebHostBuilder != null) 48_hostingStartupWebHostBuilder.ConfigureAppConfiguration(webhostContext, configurationBuilder); 87_hostingStartupWebHostBuilder?.ConfigureServices(webhostContext, services); 150hostingStartup.Configure(_hostingStartupWebHostBuilder);