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