2 writes to ApplicationState
Microsoft.AspNetCore.Components.Server (1)
ComponentHub.cs (1)
375
ApplicationState
= persistedCircuitState.ApplicationState,
Microsoft.AspNetCore.Components.Server.Tests (1)
Circuits\CircuitRegistryTest.cs (1)
353
ApplicationState
= new Dictionary<string, byte[]>(),
2 references to ApplicationState
Microsoft.AspNetCore.Components.Server (2)
Circuits\ResumedPersistedCircuitState.cs (1)
16
$"ApplicationStateCount={
ApplicationState
?.Count ?? 0}, RootComponentCount={RootComponentDescriptors?.Count ?? 0}";
ComponentHub.cs (1)
197
store = new ProtectedPrerenderComponentApplicationStore(persistedState.
ApplicationState
, _dataProtectionProvider);