2 writes to PersistingState
Microsoft.AspNetCore.Components (2)
PersistentState\ComponentStatePersistenceManager.cs (2)
84
State.
PersistingState
= true;
110
State.
PersistingState
= false;
3 references to PersistingState
Microsoft.AspNetCore.Components (3)
PersistentComponentState.cs (3)
59
if (
PersistingState
)
82
if (!
PersistingState
)
100
if (!
PersistingState
)