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