1 write to _componentStatePersistenceManager
Microsoft.AspNetCore.Components.WebAssembly (1)
Rendering\WebAssemblyRenderer.cs (1)
38_componentStatePersistenceManager = serviceProvider.GetRequiredService<ComponentStatePersistenceManager>();
1 reference to _componentStatePersistenceManager
Microsoft.AspNetCore.Components.WebAssembly (1)
Rendering\WebAssemblyRenderer.cs (1)
61stateUpdateTask = EnqueueRestore(taskCompletionSource.Task, _componentStatePersistenceManager, store);