2 references to InvokeAsync
Microsoft.AspNetCore.Components (2)
EventCallback.cs (1)
68public Task InvokeAsync() => InvokeAsync(null!);
RenderTree\Renderer.cs (1)
549task = callback.InvokeAsync(eventArgs);