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