1 write to State
Microsoft.AspNetCore.Components.Tests (1)
PersistentState\PersistentServicesRegistryTest.cs (1)
319anotherTestService.State = state2;
1 reference to State
Microsoft.AspNetCore.Components.Tests (1)
PersistentState\PersistentServicesRegistryTest.cs (1)
340Assert.Equal(state2, restoredAnotherTestService.State);