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