2 writes to RootComponents
Microsoft.AspNetCore.Components.Server (2)
Circuits\CircuitPersistenceManager.cs (2)
88RootComponents = rootComponentsBytes, 228RootComponents = JsonSerializer.SerializeToUtf8Bytes(
3 references to RootComponents
Microsoft.AspNetCore.Components.Server (3)
Circuits\CircuitPersistenceManager.cs (1)
73var rootComponents = Encoding.UTF8.GetString(state.RootComponents);
Circuits\PersistedCircuitState.cs (1)
17return $"ApplicationStateCount={ApplicationState?.Count ?? 0}, RootComponentsLength={RootComponents?.Length ?? 0} bytes";
ComponentHub.cs (1)
366persistedCircuitState.RootComponents,