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