3 writes to State
Microsoft.AspNetCore.Components.Tests (3)
PersistentState\PersistentServicesRegistryTest.cs (3)
26testService.State = state; 136testService.State = null; 318testService.State = state1;
2 references to State
Microsoft.AspNetCore.Components.Tests (2)
PersistentState\PersistentServicesRegistryTest.cs (2)
48Assert.Equal(state, service.State); 339Assert.Equal(state1, restoredTestService.State);