1 write to _delegate
Microsoft.AspNetCore.Components (1)
EventCallbackWorkItem.cs (1)
26
_delegate
= @delegate;
1 reference to _delegate
Microsoft.AspNetCore.Components (1)
EventCallbackWorkItem.cs (1)
36
return InvokeAsync<object?>(
_delegate
, arg);