1 write to _registration
Microsoft.AspNetCore.Components (1)
PersistentState\RestoringComponentStateSubscription.cs (1)
19
_registration
= registration;
2 references to _registration
Microsoft.AspNetCore.Components (2)
PersistentState\RestoringComponentStateSubscription.cs (2)
27
if (
_registration
.HasValue)
29
_registeredRestoringCallbacks?.Remove(
_registration
.Value);