3 references to EventCallbackWorkItem
Microsoft.AspNetCore.Components (3)
EventCallback.cs (1)
60return Receiver.HandleEventAsync(new EventCallbackWorkItem(Delegate), arg);
EventCallbackOfT.cs (1)
55return Receiver.HandleEventAsync(new EventCallbackWorkItem(Delegate), arg);
EventCallbackWorkItem.cs (1)
16public static readonly EventCallbackWorkItem Empty = new EventCallbackWorkItem(null);