2 writes to PersistingState
Microsoft.AspNetCore.Components (2)
PersistentState\ComponentStatePersistenceManager.cs (2)
111
State.
PersistingState
= true;
137
State.
PersistingState
= false;
4 references to PersistingState
Microsoft.AspNetCore.Components (4)
PersistentComponentState.cs (4)
66
if (
PersistingState
)
113
if (!
PersistingState
)
129
if (!
PersistingState
)
149
if (!
PersistingState
)