3 references to HostedServiceExecutor
Microsoft.AspNetCore.Hosting (3)
Internal\WebHost.cs (3)
30private HostedServiceExecutor? _hostedServiceExecutor; 75_applicationServiceCollection.AddSingleton<HostedServiceExecutor>(); 136_hostedServiceExecutor = _applicationServices.GetRequiredService<HostedServiceExecutor>();