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)
86await _hostLifetime.WaitForStartAsync(cancellationToken).ConfigureAwait(false); 289await _hostLifetime.StopAsync(cancellationToken).ConfigureAwait(false);