1 implementation of StartingAsync
Aspire.Hosting (1)
Dcp\DcpHostService.cs (1)
382public Task StartingAsync(CancellationToken cancellationToken)
2 references to StartingAsync
Microsoft.Extensions.Hosting (2)
HostOptions.cs (1)
31/// <see cref="IHostedLifecycleService.StartingAsync(CancellationToken)"/> and
Internal\Host.cs (1)
115(service, token) => service.StartingAsync(token)).ConfigureAwait(false);