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