1 write to SuppressStatusMessages
Microsoft.AspNetCore.Hosting (1)
Internal\WebHostOptions.cs (1)
28
SuppressStatusMessages
= WebHostUtilities.ParseBool(GetConfig(WebHostDefaults.SuppressStatusMessagesKey));
4 references to SuppressStatusMessages
Microsoft.AspNetCore.Hosting (4)
Internal\WebHost.cs (1)
229
if (!_options.
SuppressStatusMessages
)
WebHostBuilder.cs (1)
141
if (!_options.
SuppressStatusMessages
)
WebHostExtensions.cs (2)
92
var shutdownMessage = host.Services.GetRequiredService<WebHostOptions>().
SuppressStatusMessages
? string.Empty : "Application is shutting down...";
117
if (!options.
SuppressStatusMessages
)