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