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)
83
if (
_hostedServiceExecutor
is not null)
87
await
_hostedServiceExecutor
.StopAsync(CancellationToken.None);
156
await
_hostedServiceExecutor
.StartAsync(cancellationToken);