5 implementations of PersistStateAsync
Microsoft.AspNetCore.Components.Endpoints (3)
Rendering\EndpointHtmlRenderer.PrerenderingState.cs (2)
258
public Task
PersistStateAsync
(IReadOnlyDictionary<string, byte[]> state) => Task.CompletedTask;
269
public Task
PersistStateAsync
(IReadOnlyDictionary<string, byte[]> state)
src\aspnetcore\src\Shared\Components\PrerenderComponentApplicationStore.cs (1)
55
public Task
PersistStateAsync
(IReadOnlyDictionary<string, byte[]> state)
Microsoft.AspNetCore.Components.Server (2)
Circuits\CircuitPersistenceManager.cs (1)
243
Task IPersistentComponentStateStore.
PersistStateAsync
(IReadOnlyDictionary<string, byte[]> state)
src\aspnetcore\src\Shared\Components\PrerenderComponentApplicationStore.cs (1)
55
public Task
PersistStateAsync
(IReadOnlyDictionary<string, byte[]> state)
1 reference to PersistStateAsync
Microsoft.AspNetCore.Components (1)
PersistentState\ComponentStatePersistenceManager.cs (1)
149
await store.
PersistStateAsync
(_currentState);