1 write to ApplicationState
Microsoft.AspNetCore.Components.Server (1)
ComponentHub.cs (1)
375ApplicationState = persistedCircuitState.ApplicationState,
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)
197store = new ProtectedPrerenderComponentApplicationStore(persistedState.ApplicationState, _dataProtectionProvider);