1 write to _persistedState
Microsoft.AspNetCore.Components.WebAssembly (1)
Hosting\WebAssemblyHost.cs (1)
55_persistedState = persistedState;
2 references to _persistedState
Microsoft.AspNetCore.Components.WebAssembly (2)
Hosting\WebAssemblyHost.cs (2)
133var store = !string.IsNullOrEmpty(_persistedState) ? 134new PrerenderComponentApplicationStore(_persistedState) :