3 writes to ExistingState
Microsoft.AspNetCore.Components.Endpoints (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);
1 reference to ExistingState
Microsoft.AspNetCore.Components.Endpoints (1)
src\Shared\Components\PrerenderComponentApplicationStore.cs (1)
48return Task.FromResult((IDictionary<string, byte[]>)ExistingState);