1 instantiation of PersistentComponentState
Microsoft.AspNetCore.Components (1)
55 references to PersistentComponentState
BasicTestApp (2)
Microsoft.AspNetCore.Components (10)
Microsoft.AspNetCore.Components.Endpoints (2)
Microsoft.AspNetCore.Components.Endpoints.Tests (13)
Microsoft.AspNetCore.Components.Tests (19)
PersistentState\ComponentApplicationStateTest.cs (10)
14var applicationState = new PersistentComponentState(new Dictionary<string, byte[]>(), []);
32var applicationState = new PersistentComponentState(new Dictionary<string, byte[]>(), []);
49var applicationState = new PersistentComponentState(currentState, [])
62var applicationState = new PersistentComponentState(new Dictionary<string, byte[]>(), []);
82var applicationState = new PersistentComponentState(currentState, [])
101var applicationState = new PersistentComponentState(currentState, [])
118var applicationState = new PersistentComponentState(currentState, [])
137var applicationState = new PersistentComponentState(currentState, [])
157var applicationState = new PersistentComponentState(new Dictionary<string, byte[]>(), []);
175var applicationState = new PersistentComponentState(new Dictionary<string, byte[]>(), []);
SupplyParameterFromPersistentComponentStateValueProviderTests.cs (8)
23var state = new PersistentComponentState(
52var state = new PersistentComponentState(
74var state = new PersistentComponentState(
123var newState = new PersistentComponentState(new Dictionary<string, byte[]>(), []);
161var newState = new PersistentComponentState(new Dictionary<string, byte[]>(), []);
202var newState = new PersistentComponentState(new Dictionary<string, byte[]>(), []);
275var newState = new PersistentComponentState(new Dictionary<string, byte[]>(), []);
434private static void InitializeState(PersistentComponentState state, List<(ComponentState componentState, string propertyName, string value)> items)
Microsoft.AspNetCore.Components.WebAssembly (2)
Microsoft.AspNetCore.Components.WebAssembly.Server (7)