1 implementation of StoppingAsync
Aspire.Hosting (1)
Orchestrator\OrchestratorHostService.cs (1)
87public 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)
251(service, token) => service.StoppingAsync(token)).ConfigureAwait(false);