18 references to InitializeExistingState
Microsoft.AspNetCore.Components (1)
PersistentState\ComponentStatePersistenceManager.cs (1)
60
State.
InitializeExistingState
(data);
Microsoft.AspNetCore.Components.Tests (17)
IPersistentComponentStateSerializerTests.cs (2)
35
newState.
InitializeExistingState
(currentState);
51
state.
InitializeExistingState
(existingState);
PersistentState\ComponentApplicationStateTest.cs (6)
21
applicationState.
InitializeExistingState
(existingState);
38
applicationState.
InitializeExistingState
(existingState);
41
Assert.Throws<InvalidOperationException>(() => applicationState.
InitializeExistingState
(existingState));
69
applicationState.
InitializeExistingState
(existingState);
159
applicationState.
InitializeExistingState
(existingState);
177
applicationState.
InitializeExistingState
(existingState);
PersistentStateValueProviderTests.cs (9)
125
newState.
InitializeExistingState
(store.State);
163
newState.
InitializeExistingState
(store.State);
204
newState.
InitializeExistingState
(store.State);
277
newState.
InitializeExistingState
(store.State);
463
newState.
InitializeExistingState
(store.State);
498
newState.
InitializeExistingState
(store.State);
533
newState.
InitializeExistingState
(store.State);
568
newState.
InitializeExistingState
(store.State);
583
state.
InitializeExistingState
(dictionary);