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