4 writes to AllowUpdates
Microsoft.AspNetCore.Components.Tests (4)
PersistentState\ComponentStatePersistenceManagerTest.cs (1)
451[PersistentState(AllowUpdates = true)]
PersistentState\PersistentServicesRegistryTest.cs (1)
541[PersistentState(AllowUpdates = true)]
PersistentValueProviderComponentSubscriptionTests.cs (2)
459AllowUpdates = allowUpdates 538[PersistentState(AllowUpdates = true)]
2 references to AllowUpdates
Microsoft.AspNetCore.Components (2)
PersistentState\PersistentServicesRegistry.cs (1)
204AllowUpdates = parameterAttribute.AllowUpdates,
PersistentState\PersistentValueProviderComponentSubscription.cs (1)
74new RestoreOptions { RestoreBehavior = attribute.RestoreBehavior, AllowUpdates = attribute.AllowUpdates });