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)
459
AllowUpdates
= allowUpdates
538
[PersistentState(
AllowUpdates
= true)]
2 references to AllowUpdates
Microsoft.AspNetCore.Components (2)
PersistentState\PersistentServicesRegistry.cs (1)
204
AllowUpdates = parameterAttribute.
AllowUpdates
,
PersistentState\PersistentValueProviderComponentSubscription.cs (1)
74
new RestoreOptions { RestoreBehavior = attribute.RestoreBehavior, AllowUpdates = attribute.
AllowUpdates
});