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