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