3 writes to State
Microsoft.AspNetCore.Components.Tests (3)
PersistentState\PersistentServicesRegistryTest.cs (3)
26testService.State = state; 140testService.State = null; 325testService.State = state1;
2 references to State
Microsoft.AspNetCore.Components.Tests (2)
PersistentState\PersistentServicesRegistryTest.cs (2)
50Assert.Equal(state, service.State); 348Assert.Equal(state1, restoredTestService.State);