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