3 references to PreventHostingStartupKey
Microsoft.AspNetCore (2)
WebApplicationBuilder.cs (2)
224webHostBuilder.UseSetting(WebHostDefaults.PreventHostingStartupKey, Configuration[WebHostDefaults.PreventHostingStartupKey]);
Microsoft.AspNetCore.Hosting (1)
Internal\WebHostOptions.cs (1)
27PreventHostingStartup = WebHostUtilities.ParseBool(GetConfig(WebHostDefaults.PreventHostingStartupKey));