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)
590
var task = context.
InvokeAsync
(() =>
624
var task2 = context.
InvokeAsync
(() =>
649
var task = context.
InvokeAsync
(() =>
665
var task = context.
InvokeAsync
(() =>
778
var invokeTask = context.
InvokeAsync
(async () =>