2 instantiations of WebHostLifetime
Microsoft.AspNetCore.Hosting (2)
WebHostExtensions.cs (2)
50using (var lifetime = new WebHostLifetime(cts, done, shutdownMessage: string.Empty)) 93using (var lifetime = new WebHostLifetime(cts, done, shutdownMessage: shutdownMessage))
2 references to WebHostLifetime
Microsoft.AspNetCore.Hosting (2)
WebHostExtensions.cs (2)
50using (var lifetime = new WebHostLifetime(cts, done, shutdownMessage: string.Empty)) 93using (var lifetime = new WebHostLifetime(cts, done, shutdownMessage: shutdownMessage))