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);