7 references to WebAssemblyCallQueue
Microsoft.AspNetCore.Components.WebAssembly (7)
Hosting\WebAssemblyHost.cs (1)
168WebAssemblyCallQueue.Schedule((_rootComponents, _renderer, initializationTcs), async state =>
Rendering\WebAssemblyRenderer.cs (4)
115if (WebAssemblyCallQueue.IsInProgress) 121WebAssemblyCallQueue.Schedule(this, static @this => @this.CallBaseProcessPendingRender()); 143if (WebAssemblyCallQueue.HasUnstartedWork) 150WebAssemblyCallQueue.Schedule(tcs, static tcs => tcs.SetResult());
Services\DefaultWebAssemblyJSRuntime.cs (2)
58WebAssemblyCallQueue.Schedule(argsJson, static argsJson => 87WebAssemblyCallQueue.Schedule((callInfo, argsJson), static state =>