36 instantiations of PersistentComponentState
Microsoft.AspNetCore.Components (1)
Microsoft.AspNetCore.Components.Tests (35)
PersistentState\PersistentComponentStateTest.cs (15)
18var applicationState = new PersistentComponentState(new Dictionary<string, byte[]>(), [], []);
36var applicationState = new PersistentComponentState(new Dictionary<string, byte[]>(), [], []);
53var applicationState = new PersistentComponentState(currentState, [], [])
66var applicationState = new PersistentComponentState(new Dictionary<string, byte[]>(), [], []);
86var applicationState = new PersistentComponentState(currentState, [], [])
105var applicationState = new PersistentComponentState(currentState, [], [])
122var applicationState = new PersistentComponentState(currentState, [], [])
141var applicationState = new PersistentComponentState(currentState, [], [])
161var applicationState = new PersistentComponentState(new Dictionary<string, byte[]>(), [], []);
179var applicationState = new PersistentComponentState(new Dictionary<string, byte[]>(), [], []);
197var applicationState = new PersistentComponentState(currentState, [], callbacks);
216var applicationState = new PersistentComponentState(currentState, [], callbacks);
235var applicationState = new PersistentComponentState(currentState, [], callbacks);
254var applicationState = new PersistentComponentState(currentState, [], callbacks);
273var applicationState = new PersistentComponentState(currentState, [], callbacks);
PersistentValueProviderComponentSubscriptionTests.cs (14)
23var state = new PersistentComponentState(new Dictionary<string, byte[]>(), [], []);
45var state = new PersistentComponentState(new Dictionary<string, byte[]>(), [], []);
70var state = new PersistentComponentState(initialState, [], []);
99var state = new PersistentComponentState(new Dictionary<string, byte[]>(), [], []);
130var state = new PersistentComponentState(initialState, [], []);
160var state = new PersistentComponentState(initialState, [], []);
189var state = new PersistentComponentState(new Dictionary<string, byte[]>(), [], []);
210var state = new PersistentComponentState(initialState, [], []);
297var state = new PersistentComponentState(initialState, [], []);
337var state = new PersistentComponentState(initialState, [], []);
397var state = new PersistentComponentState(initialState, [], []);
649var state = new PersistentComponentState(new Dictionary<string, byte[]>(), [], []);
672var state = new PersistentComponentState(new Dictionary<string, byte[]>(), [], []);
695var state = new PersistentComponentState(new Dictionary<string, byte[]>(), [], []);
75 references to PersistentComponentState
BasicTestApp (2)
Microsoft.AspNetCore.Components (12)
Microsoft.AspNetCore.Components.Endpoints.Tests (13)
Microsoft.AspNetCore.Components.Tests (37)
PersistentState\PersistentComponentStateTest.cs (15)
18var applicationState = new PersistentComponentState(new Dictionary<string, byte[]>(), [], []);
36var applicationState = new PersistentComponentState(new Dictionary<string, byte[]>(), [], []);
53var applicationState = new PersistentComponentState(currentState, [], [])
66var applicationState = new PersistentComponentState(new Dictionary<string, byte[]>(), [], []);
86var applicationState = new PersistentComponentState(currentState, [], [])
105var applicationState = new PersistentComponentState(currentState, [], [])
122var applicationState = new PersistentComponentState(currentState, [], [])
141var applicationState = new PersistentComponentState(currentState, [], [])
161var applicationState = new PersistentComponentState(new Dictionary<string, byte[]>(), [], []);
179var applicationState = new PersistentComponentState(new Dictionary<string, byte[]>(), [], []);
197var applicationState = new PersistentComponentState(currentState, [], callbacks);
216var applicationState = new PersistentComponentState(currentState, [], callbacks);
235var applicationState = new PersistentComponentState(currentState, [], callbacks);
254var applicationState = new PersistentComponentState(currentState, [], callbacks);
273var applicationState = new PersistentComponentState(currentState, [], callbacks);
PersistentValueProviderComponentSubscriptionTests.cs (15)
23var state = new PersistentComponentState(new Dictionary<string, byte[]>(), [], []);
45var state = new PersistentComponentState(new Dictionary<string, byte[]>(), [], []);
70var state = new PersistentComponentState(initialState, [], []);
99var state = new PersistentComponentState(new Dictionary<string, byte[]>(), [], []);
130var state = new PersistentComponentState(initialState, [], []);
160var state = new PersistentComponentState(initialState, [], []);
189var state = new PersistentComponentState(new Dictionary<string, byte[]>(), [], []);
210var state = new PersistentComponentState(initialState, [], []);
245var state = manager.State;
297var state = new PersistentComponentState(initialState, [], []);
337var state = new PersistentComponentState(initialState, [], []);
397var state = new PersistentComponentState(initialState, [], []);
649var state = new PersistentComponentState(new Dictionary<string, byte[]>(), [], []);
672var state = new PersistentComponentState(new Dictionary<string, byte[]>(), [], []);
695var state = new PersistentComponentState(new Dictionary<string, byte[]>(), [], []);
Microsoft.AspNetCore.Components.WebAssembly.Server (7)
Microsoft.AspNetCore.Components.WebView (1)
Microsoft.AspNetCore.Components.WebView.Test (3)