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