1 write to _shutdownMessage
Microsoft.AspNetCore.Hosting (1)
Internal\WebHostLifetime.cs (1)
24_shutdownMessage = shutdownMessage;
2 references to _shutdownMessage
Microsoft.AspNetCore.Hosting (2)
Internal\WebHostLifetime.cs (2)
60if (!string.IsNullOrEmpty(_shutdownMessage)) 62Console.WriteLine(_shutdownMessage);