5 references to InvokeAsync
Microsoft.AspNetCore.Components (1)
Rendering\RendererSynchronizationContextDispatcher.cs (1)
30return _context.InvokeAsync(workItem);
Microsoft.AspNetCore.Components.Tests (4)
Rendering\RendererSynchronizationContextTest.cs (4)
411var task = context.InvokeAsync(() => 444var task2 = context.InvokeAsync(() => 468var task = context.InvokeAsync((Action)(() => 484var task = context.InvokeAsync((Action)(() =>