1 write to State
Microsoft.AspNetCore.Components.Tests (1)
SupplyParameterFromPersistentComponentStateValueProviderTests.cs (1)
512State = state.ToDictionary(k => k.Key, v => v.Value);
13 references to State
Microsoft.AspNetCore.Components.Tests (13)
SupplyParameterFromPersistentComponentStateValueProviderTests.cs (13)
120Assert.NotEmpty(store.State); 124newState.InitializeExistingState(store.State); 158Assert.NotEmpty(store.State); 162newState.InitializeExistingState(store.State); 199Assert.NotEmpty(store.State); 203newState.InitializeExistingState(store.State); 272Assert.NotEmpty(store.State); 276newState.InitializeExistingState(store.State); 316Assert.Empty(store.State); 357Assert.Empty(store.State); 390Assert.Empty(store.State); 430Assert.Empty(store.State); 506return Task.FromResult(State);