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