12 references to Create
Aspire.Dashboard (6)
Components\Interactions\InteractionsProvider.cs (2)
165
dialogParameters.OnDialogResult = EventCallback.Factory.
Create
<DialogResult>(this, async dialogResult =>
253
dialogParameters.OnDialogResult = EventCallback.Factory.
Create
<DialogResult>(this, async dialogResult =>
Components\Pages\ConsoleLogs.razor.cs (2)
464
EventCallback.Factory.
Create
<bool>(this, async
513
EventCallback.Factory.
Create
<CommandViewModel>(this, ExecuteResourceCommandAsync),
Components\Pages\Resources.razor.cs (2)
544
EventCallback.Factory.
Create
<bool>(
648
EventCallback.Factory.
Create
<CommandViewModel>(this, (command) => ExecuteResourceCommandAsync(resource, command)),
Microsoft.AspNetCore.Components (6)
CompilerServices\RuntimeHelpers.cs (1)
53
return EventCallback.Factory.
Create
<T>(receiver, callback);
EventCallbackFactory.cs (1)
193
return
Create
(receiver, callback);
EventCallbackFactoryBinderExtensions.cs (2)
1422
return factory.
Create
<ChangeEventArgs>(receiver, callback);
1510
return factory.
Create
<ChangeEventArgs>(receiver, callback);
EventCallbackFactoryEventArgsExtensions.cs (2)
38
return factory.
Create
<EventArgs>(receiver, callback);
68
return factory.
Create
<ChangeEventArgs>(receiver, callback);