4 references to PostAsync
Microsoft.AspNetCore.Components (4)
Rendering\RendererSynchronizationContext.cs (4)
50_taskQueue = PostAsync(_taskQueue, Execute, (completion, action, this)); 89_taskQueue = PostAsync(_taskQueue, Execute, (completion, function, this)); 164_taskQueue = PostAsync(_taskQueue, static s => s.d(s.state), (d, state)); 218_taskQueue = PostAsync(_taskQueue, callback, state);