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