1 instantiation of PersistentComponentState
Microsoft.AspNetCore.Components (1)
48 references to PersistentComponentState
BasicTestApp (2)
Microsoft.AspNetCore.Components (2)
Microsoft.AspNetCore.Components.Endpoints (6)
Microsoft.AspNetCore.Components.Endpoints.Tests (13)
Microsoft.AspNetCore.Components.Server (2)
Microsoft.AspNetCore.Components.Tests (9)
Lifetime\ComponentApplicationStateTest.cs (9)
14var applicationState = new PersistentComponentState(new Dictionary<string, byte[]>(), new List<PersistComponentStateRegistration>());
32var applicationState = new PersistentComponentState(new Dictionary<string, byte[]>(), new List<PersistComponentStateRegistration>());
48var applicationState = new PersistentComponentState(new Dictionary<string, byte[]>(), new List<PersistComponentStateRegistration>());
68var applicationState = new PersistentComponentState(currentState, new List<PersistComponentStateRegistration>())
87var applicationState = new PersistentComponentState(currentState, new List<PersistComponentStateRegistration>())
104var applicationState = new PersistentComponentState(currentState, new List<PersistComponentStateRegistration>())
123var applicationState = new PersistentComponentState(currentState, new List<PersistComponentStateRegistration>())
143var applicationState = new PersistentComponentState(new Dictionary<string, byte[]>(), new List<PersistComponentStateRegistration>());
161var applicationState = new PersistentComponentState(new Dictionary<string, byte[]>(), new List<PersistComponentStateRegistration>());
Microsoft.AspNetCore.Components.Web (2)
Microsoft.AspNetCore.Components.WebAssembly (5)
Microsoft.AspNetCore.Components.WebAssembly.Server (7)