1 write to State
Microsoft.AspNetCore.Components.Tests (1)
PersistentStateValueProviderKeyResolverTests.cs (1)
418State = state.ToDictionary(k => k.Key, v => v.Value);
5 references to State
Microsoft.AspNetCore.Components.Tests (5)
PersistentStateValueProviderKeyResolverTests.cs (5)
81Assert.NotEmpty(store.State); 91newState.InitializeExistingState(store.State, null); 136Assert.NotEmpty(store.State); 146newState.InitializeExistingState(store.State, null); 412return Task.FromResult(State);