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)
135
var store = !string.IsNullOrEmpty(
_persistedState
) ?
136
new PrerenderComponentApplicationStore(
_persistedState
) :