3 references to InvokeAsync
Aspire.Dashboard (1)
Components\Controls\AssistantChat.razor.cs (1)
255
await ModelInitialized.
InvokeAsync
(null);
Microsoft.AspNetCore.Components (2)
EventCallback.cs (1)
68
public Task InvokeAsync() =>
InvokeAsync
(null!);
RenderTree\Renderer.cs (1)
527
task = callback.
InvokeAsync
(eventArgs);