1 write to _hostLifetime
Microsoft.Extensions.Hosting (1)
Internal\Host.cs (1)
59_hostLifetime = hostLifetime;
2 references to _hostLifetime
Microsoft.Extensions.Hosting (2)
Internal\Host.cs (2)
87await _hostLifetime.WaitForStartAsync(cancellationToken).ConfigureAwait(false); 309await _hostLifetime.StopAsync(cancellationToken).ConfigureAwait(false);