9 references to Create
Aspire.Dashboard (3)
Components\Layout\MainLayout.razor.cs (3)
239
OnDialogClosing = EventCallback.Factory.
Create
<DialogInstance>(this, HandleDialogClose)
269
OnDialogClosing = EventCallback.Factory.
Create
<DialogInstance>(this, HandleDialogClose)
303
OnDialogClosing = EventCallback.Factory.
Create
<DialogInstance>(this, HandleDialogClose)
Microsoft.AspNetCore.Components (6)
CompilerServices\RuntimeHelpers.cs (1)
36
return EventCallback.Factory.
Create
<T>(receiver, callback);
EventCallbackFactory.cs (1)
179
return
Create
(receiver, callback);
EventCallbackFactoryBinderExtensions.cs (2)
1379
return factory.
Create
<ChangeEventArgs>(receiver, callback);
1466
return factory.
Create
<ChangeEventArgs>(receiver, callback);
EventCallbackFactoryEventArgsExtensions.cs (2)
23
return factory.
Create
<EventArgs>(receiver, callback);
53
return factory.
Create
<ChangeEventArgs>(receiver, callback);