1 implementation of StoppingAsync
Aspire.Hosting (1)
Dcp\DcpHostService.cs (1)
393public Task StoppingAsync(CancellationToken cancellationToken)
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);