4 references to _currentState
Microsoft.AspNetCore.Components (4)
PersistentState\ComponentStatePersistenceManager.cs (4)
27
State = new PersistentComponentState(
_currentState
, _registeredCallbacks);
102
_currentState
.Clear();
118
_currentState
.Clear();
122
await store.PersistStateAsync(
_currentState
);