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);
27
if (
_componentApplicationState
.TryTakeFromJson<ServiceState>("Service", out var state))
41
_componentApplicationState
.PersistAsJson("Service", _state);