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