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