6 references to InvokeAsync
Microsoft.AspNetCore.Components (1)
Rendering\RendererSynchronizationContextDispatcher.cs (1)
41return _context.InvokeAsync(workItem);
Microsoft.AspNetCore.Components.Tests (5)
Rendering\RendererSynchronizationContextTest.cs (5)
590var task = context.InvokeAsync(() => 624var task2 = context.InvokeAsync(() => 649var task = context.InvokeAsync(() => 665var task = context.InvokeAsync(() => 778var invokeTask = context.InvokeAsync(async () =>