6 references to InvokeAsync
Microsoft.AspNetCore.Components (1)
Rendering\RendererSynchronizationContextDispatcher.cs (1)
41
return _context.
InvokeAsync
(workItem);
Microsoft.AspNetCore.Components.Tests (5)
Rendering\RendererSynchronizationContextTest.cs (5)
591
var task = context.
InvokeAsync
(() =>
625
var task2 = context.
InvokeAsync
(() =>
650
var task = context.
InvokeAsync
(() =>
666
var task = context.
InvokeAsync
(() =>
779
var invokeTask = context.
InvokeAsync
(async () =>