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