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