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)
591var task = context.InvokeAsync(() => 625var task2 = context.InvokeAsync(() => 650var task = context.InvokeAsync(() => 666var task = context.InvokeAsync(() => 779var invokeTask = context.InvokeAsync(async () =>