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