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