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