1 write to _hostedServiceExecutor
Microsoft.AspNetCore.Components.WebAssembly (1)
Hosting\WebAssemblyHost.cs (1)
155_hostedServiceExecutor = Services.GetRequiredService<HostedServiceExecutor>();
3 references to _hostedServiceExecutor
Microsoft.AspNetCore.Components.WebAssembly (3)
Hosting\WebAssemblyHost.cs (3)
83if (_hostedServiceExecutor is not null) 87await _hostedServiceExecutor.StopAsync(CancellationToken.None); 156await _hostedServiceExecutor.StartAsync(cancellationToken);