2 writes to ExistingState
Microsoft.AspNetCore.Components.Server (2)
src\Shared\Components\PrerenderComponentApplicationStore.cs (2)
19ExistingState = new(); 37ExistingState = state;
3 references to ExistingState
Microsoft.AspNetCore.Components.Server (3)
Circuits\CircuitHost.cs (2)
149store.ExistingState.Clear(); 801store.ExistingState.Clear();
src\Shared\Components\PrerenderComponentApplicationStore.cs (1)
48return Task.FromResult((IDictionary<string, byte[]>)ExistingState);