7 references to Schedule
Microsoft.AspNetCore.Components.WebAssembly (7)
Hosting\WebAssemblyHost.cs (1)
178
WebAssemblyCallQueue.
Schedule
((_rootComponents, _renderer, initializationTcs), async state =>
Rendering\WebAssemblyRenderer.cs (2)
163
WebAssemblyCallQueue.
Schedule
(this, static @this => @this.CallBaseProcessPendingRender());
192
WebAssemblyCallQueue.
Schedule
(tcs, static tcs => tcs.SetResult());
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 =>