3 writes to AllowUpdates
Microsoft.AspNetCore.Components (3)
PersistentState\PersistentServicesRegistry.cs (2)
83}, new RestoreOptions { AllowUpdates = true }))); 204AllowUpdates = parameterAttribute.AllowUpdates,
PersistentState\PersistentValueProviderComponentSubscription.cs (1)
74new RestoreOptions { RestoreBehavior = attribute.RestoreBehavior, AllowUpdates = attribute.AllowUpdates });
2 references to AllowUpdates
Microsoft.AspNetCore.Components (2)
PersistentComponentState.cs (1)
92if (options.AllowUpdates)
PersistentState\RestoreContext.cs (1)
51if (_allowUpdates && options.AllowUpdates)