2 writes to ExistingState
Microsoft.AspNetCore.Components.WebAssembly (2)
src\Shared\Components\PrerenderComponentApplicationStore.cs (2)
19
ExistingState
= new();
37
ExistingState
= state;
2 references to ExistingState
Microsoft.AspNetCore.Components.WebAssembly (2)
Hosting\WebAssemblyHost.cs (1)
208
store.
ExistingState
.Clear();
src\Shared\Components\PrerenderComponentApplicationStore.cs (1)
48
return Task.FromResult((IDictionary<string, byte[]>)
ExistingState
);