5 references to InvokeAsync
Microsoft.AspNetCore.Components (1)
Rendering\RendererSynchronizationContextDispatcher.cs (1)
52return _context.InvokeAsync<TResult>(workItem);
Microsoft.AspNetCore.Components.Tests (4)
Rendering\RendererSynchronizationContextTest.cs (4)
502var task = context.InvokeAsync(() => 533var task2 = context.InvokeAsync(() => 556var task = context.InvokeAsync<string>((Func<string>)(() => 572var task = context.InvokeAsync<string>((Func<string>)(() =>