2 writes to AllowUpdatesProperty
Microsoft.AspNetCore.Components.Tests (2)
PersistentState\PersistentServicesRegistryTest.cs (2)
486
service.
AllowUpdatesProperty
= "InitialValue";
500
updatedService.
AllowUpdatesProperty
= "UpdatedValue";
2 references to AllowUpdatesProperty
Microsoft.AspNetCore.Components.Tests (2)
PersistentState\PersistentServicesRegistryTest.cs (2)
518
Assert.Equal("InitialValue", restoredService.
AllowUpdatesProperty
);
524
Assert.Equal("UpdatedValue", restoredService.
AllowUpdatesProperty
);