6 references to PreventHostingStartupKey
Microsoft.AspNetCore (2)
WebApplicationBuilder.cs (2)
222
webHostBuilder.UseSetting(WebHostDefaults.
PreventHostingStartupKey
, Configuration[WebHostDefaults.
PreventHostingStartupKey
]);
Microsoft.AspNetCore.Hosting (1)
Internal\WebHostOptions.cs (1)
27
PreventHostingStartup = WebHostUtilities.ParseBool(GetConfig(WebHostDefaults.
PreventHostingStartupKey
));
Microsoft.AspNetCore.Hosting.Tests (1)
WebHostBuilderTests.cs (1)
1165
.UseSetting(WebHostDefaults.
PreventHostingStartupKey
, "true")
SignalRSamples (1)
Program.cs (1)
23
.UseSetting(WebHostDefaults.
PreventHostingStartupKey
, "true")
SocialWeather (1)
Program.cs (1)
14
.UseSetting(WebHostDefaults.
PreventHostingStartupKey
, "true")