2 instantiations of PrerenderComponentApplicationStore
Microsoft.AspNetCore.Components.WebAssembly (2)
Hosting\WebAssemblyHost.cs (2)
136new PrerenderComponentApplicationStore(_persistedState) : 137new PrerenderComponentApplicationStore();
1 reference to PrerenderComponentApplicationStore
Microsoft.AspNetCore.Components.WebAssembly (1)
Hosting\WebAssemblyHost.cs (1)
135var store = !string.IsNullOrEmpty(_persistedState) ?