10 references to WebAssemblyCallQueue
Microsoft.AspNetCore.Components.WebAssembly (10)
Hosting\WebAssemblyHost.cs (1)
178WebAssemblyCallQueue.Schedule((_rootComponents, _renderer, initializationTcs), async state =>
Rendering\WebAssemblyRenderer.cs (4)
157if (WebAssemblyCallQueue.IsInProgress) 163WebAssemblyCallQueue.Schedule(this, static @this => @this.CallBaseProcessPendingRender()); 185if (WebAssemblyCallQueue.HasUnstartedWork) 192WebAssemblyCallQueue.Schedule(tcs, static tcs => tcs.SetResult());
Services\DefaultWebAssemblyJSRuntime.EventDispatch.cs (1)
549WebAssemblyCallQueue.Schedule((eventHandlerId, fieldInfo, eventArgs), static state =>
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 =>