3 references to _currentState
Microsoft.AspNetCore.Components (3)
Infrastructure\ComponentStatePersistenceManager.cs (3)
25
State = new PersistentComponentState(
_currentState
, _registeredCallbacks);
76
_currentState
.Clear();
91
await store.PersistStateAsync(
_currentState
);