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)
501var task = context.InvokeAsync(() => 532var task2 = context.InvokeAsync(() => 555var task = context.InvokeAsync<string>((Func<string>)(() => 571var task = context.InvokeAsync<string>((Func<string>)(() =>