7 references to Schedule
Microsoft.AspNetCore.Components.WebAssembly (7)
Hosting\WebAssemblyHost.cs (1)
178WebAssemblyCallQueue.Schedule((_rootComponents, _renderer, initializationTcs), async state =>
Rendering\WebAssemblyRenderer.cs (2)
163WebAssemblyCallQueue.Schedule(this, static @this => @this.CallBaseProcessPendingRender()); 192WebAssemblyCallQueue.Schedule(tcs, static tcs => tcs.SetResult());
Services\DefaultWebAssemblyJSRuntime.Interop.cs (4)
31WebAssemblyCallQueue.Schedule(argsJson, static argsJson => 60WebAssemblyCallQueue.Schedule((callInfo, argsJson), static state => 78WebAssemblyCallQueue.Schedule((tcs, state, action), static s => 97WebAssemblyCallQueue.Schedule((tcs, state, action), static async s =>