10 references to WebAssemblyCallQueue
Microsoft.AspNetCore.Components.WebAssembly (10)
Hosting\WebAssemblyHost.cs (1)
178
WebAssemblyCallQueue
.Schedule((_rootComponents, _renderer, initializationTcs), async state =>
Rendering\WebAssemblyRenderer.cs (4)
157
if (
WebAssemblyCallQueue
.IsInProgress)
163
WebAssemblyCallQueue
.Schedule(this, static @this => @this.CallBaseProcessPendingRender());
185
if (
WebAssemblyCallQueue
.HasUnstartedWork)
192
WebAssemblyCallQueue
.Schedule(tcs, static tcs => tcs.SetResult());
Services\DefaultWebAssemblyJSRuntime.EventDispatch.cs (1)
549
WebAssemblyCallQueue
.Schedule((eventHandlerId, fieldInfo, eventArgs), static state =>
Services\DefaultWebAssemblyJSRuntime.Interop.cs (4)
31
WebAssemblyCallQueue
.Schedule(argsJson, static argsJson =>
60
WebAssemblyCallQueue
.Schedule((callInfo, argsJson), static state =>
78
WebAssemblyCallQueue
.Schedule((tcs, state, action), static s =>
97
WebAssemblyCallQueue
.Schedule((tcs, state, action), static async s =>