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