1 instantiation of RestoringComponentStateSubscription
Microsoft.AspNetCore.Components (1)
PersistentComponentState.cs (1)
96return new RestoringComponentStateSubscription(_registeredRestoringCallbacks, registration);
4 references to RestoringComponentStateSubscription
Microsoft.AspNetCore.Components (4)
PersistentComponentState.cs (1)
84public RestoringComponentStateSubscription RegisterOnRestoring(Action callback, RestoreOptions options)
PersistentState\PersistentServicesRegistry.cs (2)
25private List<(PersistingComponentStateSubscription, RestoringComponentStateSubscription)> _subscriptions = []; 58var subscriptions = new List<(PersistingComponentStateSubscription, RestoringComponentStateSubscription)>(
PersistentState\PersistentValueProviderComponentSubscription.cs (1)
45private readonly RestoringComponentStateSubscription? _restoringSubscription;