5 references to InvokeAsync
Microsoft.AspNetCore.Components (1)
Rendering\RendererSynchronizationContextDispatcher.cs (1)
30
return _context.
InvokeAsync
(workItem);
Microsoft.AspNetCore.Components.Tests (4)
Rendering\RendererSynchronizationContextTest.cs (4)
411
var task = context.
InvokeAsync
(() =>
444
var task2 = context.
InvokeAsync
(() =>
468
var task = context.
InvokeAsync
((Action)(() =>
484
var task = context.
InvokeAsync
((Action)(() =>