3 instantiations of PrerenderComponentApplicationStore
Microsoft.AspNetCore.Components.WebAssembly (3)
Hosting\WebAssemblyHost.cs (2)
134new PrerenderComponentApplicationStore(_persistedState) : 135new PrerenderComponentApplicationStore();
Rendering\WebAssemblyRenderer.cs (1)
57var store = !string.IsNullOrEmpty(appState) ? new PrerenderComponentApplicationStore(appState) : null;
3 references to PrerenderComponentApplicationStore
Microsoft.AspNetCore.Components.WebAssembly (3)
Hosting\WebAssemblyHost.cs (1)
133var store = !string.IsNullOrEmpty(_persistedState) ?
Rendering\WebAssemblyRenderer.cs (2)
57var store = !string.IsNullOrEmpty(appState) ? new PrerenderComponentApplicationStore(appState) : null; 99PrerenderComponentApplicationStore store)