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