26 instantiations of PersistentComponentState
Microsoft.AspNetCore.Components (1)
Microsoft.AspNetCore.Components.Tests (25)
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[]>(), []);
PersistentStateValueProviderTests.cs (11)
24var state = new PersistentComponentState(
53var state = new PersistentComponentState(
75var state = new PersistentComponentState(
124var newState = new PersistentComponentState(new Dictionary<string, byte[]>(), []);
162var newState = new PersistentComponentState(new Dictionary<string, byte[]>(), []);
203var newState = new PersistentComponentState(new Dictionary<string, byte[]>(), []);
276var newState = new PersistentComponentState(new Dictionary<string, byte[]>(), []);
462var newState = new PersistentComponentState(new Dictionary<string, byte[]>(), []);
497var newState = new PersistentComponentState(new Dictionary<string, byte[]>(), []);
532var newState = new PersistentComponentState(new Dictionary<string, byte[]>(), []);
567var newState = new PersistentComponentState(new Dictionary<string, byte[]>(), []);
64 references to PersistentComponentState
BasicTestApp (2)
Microsoft.AspNetCore.Components (12)
Microsoft.AspNetCore.Components.Endpoints.Tests (13)
Microsoft.AspNetCore.Components.Tests (26)
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[]>(), []);
PersistentStateValueProviderTests.cs (12)
24var state = new PersistentComponentState(
53var state = new PersistentComponentState(
75var state = new PersistentComponentState(
124var newState = new PersistentComponentState(new Dictionary<string, byte[]>(), []);
162var newState = new PersistentComponentState(new Dictionary<string, byte[]>(), []);
203var newState = new PersistentComponentState(new Dictionary<string, byte[]>(), []);
276var newState = new PersistentComponentState(new Dictionary<string, byte[]>(), []);
462var newState = new PersistentComponentState(new Dictionary<string, byte[]>(), []);
497var newState = new PersistentComponentState(new Dictionary<string, byte[]>(), []);
532var newState = new PersistentComponentState(new Dictionary<string, byte[]>(), []);
567var newState = new PersistentComponentState(new Dictionary<string, byte[]>(), []);
575private static void InitializeState(PersistentComponentState state, List<(ComponentState componentState, string propertyName, string value)> items)
Microsoft.AspNetCore.Components.WebAssembly.Server (7)
Microsoft.AspNetCore.Components.WebView (1)
Microsoft.AspNetCore.Components.WebView.Test (3)