5 references to InvokeAsync
Microsoft.AspNetCore.Components (1)
Rendering\RendererSynchronizationContextDispatcher.cs (1)
63
return _context.
InvokeAsync
<TResult>(workItem);
Microsoft.AspNetCore.Components.Tests (4)
Rendering\RendererSynchronizationContextTest.cs (4)
684
var task = context.
InvokeAsync
(() =>
715
var task2 = context.
InvokeAsync
(() =>
738
var task = context.
InvokeAsync
<string>((Func<Task<string>>)(() =>
754
var task = context.
InvokeAsync
<string>((Func<Task<string>>)(() =>