5 references to HostedServiceExecutor
Microsoft.AspNetCore.Components.WebAssembly (5)
Hosting\HostedServiceExecutor.cs (2)
12
private readonly ILogger<
HostedServiceExecutor
> _logger;
14
public HostedServiceExecutor(IEnumerable<IHostedService> services, ILogger<
HostedServiceExecutor
> logger)
Hosting\WebAssemblyHost.cs (2)
41
private
HostedServiceExecutor
? _hostedServiceExecutor;
155
_hostedServiceExecutor = Services.GetRequiredService<
HostedServiceExecutor
>();
Hosting\WebAssemblyHostBuilder.cs (1)
345
Services.AddSingleton<
HostedServiceExecutor
>();