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