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