3 writes to _state
BasicTestApp (3)
PreserveStateService.cs (3)
29
_state
= state;
33
_state
= new ServiceState { TheState = Guid.NewGuid() };
37
public void NewState() =>
_state
= new ServiceState { TheState = Guid.NewGuid() };
2 references to _state
BasicTestApp (2)
PreserveStateService.cs (2)
23
public Guid Guid =>
_state
.TheState;
41
_componentApplicationState.PersistAsJson("Service",
_state
);