4 references to Callback
Microsoft.AspNetCore.Components (4)
PersistentState\ComponentStatePersistenceManager.cs (4)
190if (registration.Callback.Target is IComponent component) 195_registeredCallbacks[i] = new PersistComponentStateRegistration(registration.Callback, componentRenderMode); 207$"The registered callback {registration.Callback.Method.Name} must be associated with a component or define" + 235var result = TryExecuteCallback(registration.Callback, _logger);