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