1 write to PreventHostingStartup
Microsoft.AspNetCore.Hosting (1)
Internal\WebHostOptions.cs (1)
27
PreventHostingStartup
= WebHostUtilities.ParseBool(GetConfig(WebHostDefaults.PreventHostingStartupKey));
2 references to PreventHostingStartup
Microsoft.AspNetCore.Hosting (2)
GenericHost\GenericWebHostBuilder.cs (1)
124
if (webHostOptions.
PreventHostingStartup
)
WebHostBuilder.cs (1)
222
if (!_options.
PreventHostingStartup
)