7 references to WebAssemblyCallQueue
Microsoft.AspNetCore.Components.WebAssembly (7)
Hosting\WebAssemblyHost.cs (1)
172
WebAssemblyCallQueue
.Schedule((_rootComponents, _renderer, initializationTcs), async state =>
Rendering\WebAssemblyRenderer.cs (4)
125
if (
WebAssemblyCallQueue
.IsInProgress)
131
WebAssemblyCallQueue
.Schedule(this, static @this => @this.CallBaseProcessPendingRender());
153
if (
WebAssemblyCallQueue
.HasUnstartedWork)
160
WebAssemblyCallQueue
.Schedule(tcs, static tcs => tcs.SetResult());
Services\DefaultWebAssemblyJSRuntime.cs (2)
58
WebAssemblyCallQueue
.Schedule(argsJson, static argsJson =>
87
WebAssemblyCallQueue
.Schedule((callInfo, argsJson), static state =>