2 references to StoppingAsync
Microsoft.Extensions.Hosting (2)
HostOptions.cs (1)
21/// <see cref="IHostedLifecycleService.StoppingAsync(CancellationToken)"/> and
Internal\Host.cs (1)
252(service, token) => service.StoppingAsync(token)).ConfigureAwait(false);