4 overrides of InvokeAsync
Microsoft.AspNetCore.Components (1)
Rendering\RendererSynchronizationContextDispatcher.cs (1)
55public override Task<TResult> InvokeAsync<TResult>(Func<Task<TResult>> workItem)
Microsoft.AspNetCore.Components.WebView.Maui (1)
MauiDispatcher.cs (1)
36 public override Task<TResult> InvokeAsync<TResult>(Func<Task<TResult>> workItem)
Microsoft.AspNetCore.Components.WebView.WindowsForms (1)
WindowsFormsDispatcher.cs (1)
133 public override async Task<TResult> InvokeAsync<TResult>(Func<Task<TResult>> workItem)
Microsoft.AspNetCore.Components.WebView.Wpf (1)
WpfDispatcher.cs (1)
95 public override async Task<TResult> InvokeAsync<TResult>(Func<Task<TResult>> workItem)
4 references to InvokeAsync
Microsoft.AspNetCore.Components.Server (4)
Circuits\CircuitHost.cs (4)
494return await HandleInboundActivityAsync(() => Renderer.Dispatcher.InvokeAsync(() => 517return await Renderer.Dispatcher.InvokeAsync(async () => await dotNetStreamReference.Stream.ReadAsync(buffer)); 611var shouldContinueNavigation = await HandleInboundActivityAsync(() => Renderer.Dispatcher.InvokeAsync(async () => 975return await Renderer.Dispatcher.InvokeAsync(async () =>