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)
61
stateUpdateTask = EnqueueRestore(taskCompletionSource.Task,
_componentStatePersistenceManager
, store);