3 writes to ExistingState
Microsoft.AspNetCore.Components.Server (3)
src\Shared\Components\PrerenderComponentApplicationStore.cs (2)
19ExistingState = new Dictionary<string, byte[]>(); 37ExistingState = state;
src\Shared\Components\ProtectedPrerenderComponentApplicationStore.cs (1)
27ExistingState = new Dictionary<string, byte[]>(deserializedState);
4 references to ExistingState
Microsoft.AspNetCore.Components.Server (4)
Circuits\CircuitHost.cs (2)
165store.ExistingState.Clear(); 825store.ExistingState.Clear();
Circuits\CircuitPersistenceManager.cs (1)
85ApplicationState = prerenderedState.ExistingState
src\Shared\Components\PrerenderComponentApplicationStore.cs (1)
48return Task.FromResult((IDictionary<string, byte[]>)ExistingState);