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