7 references to RestoreStateAsync
Microsoft.AspNetCore.Components (1)
PersistentState\ComponentStatePersistenceManager.cs (1)
61await RestoreStateAsync(store, RestoreContext.InitialValue);
Microsoft.AspNetCore.Components.Endpoints (1)
Rendering\EndpointHtmlRenderer.cs (1)
139await componentApplicationLifetime.RestoreStateAsync(new PrerenderComponentApplicationStore(), RestoreContext.InitialValue);
Microsoft.AspNetCore.Components.Server (3)
Circuits\CircuitFactory.cs (1)
79await appLifetime.RestoreStateAsync(store, RestoreContext.InitialValue);
Circuits\CircuitHost.cs (2)
815await persistenceManager.RestoreStateAsync(store, context); 876await manager.RestoreStateAsync(store, context);
Microsoft.AspNetCore.Components.WebAssembly (2)
Hosting\WebAssemblyHost.cs (1)
144await manager.RestoreStateAsync(store, RestoreContext.InitialValue);
Rendering\WebAssemblyRenderer.cs (1)
102await componentStatePersistenceManager.RestoreStateAsync(store, RestoreContext.ValueUpdate);