1 write to _componentApplicationState
BasicTestApp (1)
PreserveStateService.cs (1)
18_componentApplicationState = componentApplicationState;
3 references to _componentApplicationState
BasicTestApp (3)
PreserveStateService.cs (3)
19_persistingSubscription = _componentApplicationState.RegisterOnPersisting(PersistState, RenderMode.InteractiveAuto); 27if (_componentApplicationState.TryTakeFromJson<ServiceState>("Service", out var state)) 41_componentApplicationState.PersistAsJson("Service", _state);