11 references to DispatchEventAsync
Microsoft.AspNetCore.Components.Authorization.Tests (2)
src\Components\Shared\test\TestRenderer.cs (2)
74=> Dispatcher.InvokeAsync(() => base.DispatchEventAsync(eventHandlerId, null, args)); 77=> Dispatcher.InvokeAsync(() => base.DispatchEventAsync(eventHandlerId, eventFieldInfo, args));
Microsoft.AspNetCore.Components.Endpoints.Tests (2)
ImportMapTest.cs (2)
307=> Dispatcher.InvokeAsync(() => base.DispatchEventAsync(eventHandlerId, null, args)); 310=> Dispatcher.InvokeAsync(() => base.DispatchEventAsync(eventHandlerId, eventFieldInfo, args));
Microsoft.AspNetCore.Components.Forms.Tests (2)
src\Components\Shared\test\TestRenderer.cs (2)
74=> Dispatcher.InvokeAsync(() => base.DispatchEventAsync(eventHandlerId, null, args)); 77=> Dispatcher.InvokeAsync(() => base.DispatchEventAsync(eventHandlerId, eventFieldInfo, args));
Microsoft.AspNetCore.Components.Tests (2)
src\Components\Shared\test\TestRenderer.cs (2)
74=> Dispatcher.InvokeAsync(() => base.DispatchEventAsync(eventHandlerId, null, args)); 77=> Dispatcher.InvokeAsync(() => base.DispatchEventAsync(eventHandlerId, eventFieldInfo, args));
Microsoft.AspNetCore.Components.Web (1)
WebRenderer.cs (1)
164return _renderer.DispatchEventAsync(
Microsoft.AspNetCore.Components.Web.Tests (2)
src\Components\Shared\test\TestRenderer.cs (2)
74=> Dispatcher.InvokeAsync(() => base.DispatchEventAsync(eventHandlerId, null, args)); 77=> Dispatcher.InvokeAsync(() => base.DispatchEventAsync(eventHandlerId, eventFieldInfo, args));