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