2 writes to TheState
BasicTestApp (2)
PreserveStateService.cs (2)
33
_state = new ServiceState {
TheState
= Guid.NewGuid() };
37
public void NewState() => _state = new ServiceState {
TheState
= Guid.NewGuid() };
1 reference to TheState
BasicTestApp (1)
PreserveStateService.cs (1)
23
public Guid Guid => _state.
TheState
;