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