7 references to WebAssemblyCallQueue
Microsoft.AspNetCore.Components.WebAssembly (7)
Hosting\WebAssemblyHost.cs (1)
189WebAssemblyCallQueue.Schedule((_rootComponents, _renderer, initializationTcs), async state =>
Rendering\WebAssemblyRenderer.cs (4)
153if (WebAssemblyCallQueue.IsInProgress) 159WebAssemblyCallQueue.Schedule(this, static @this => @this.CallBaseProcessPendingRender()); 188if (WebAssemblyCallQueue.HasUnstartedWork) 195WebAssemblyCallQueue.Schedule(tcs, static tcs => tcs.SetResult());
Services\DefaultWebAssemblyJSRuntime.cs (2)
59WebAssemblyCallQueue.Schedule(argsJson, static argsJson => 88WebAssemblyCallQueue.Schedule((callInfo, argsJson), static state =>