1 write to _persistedState
Microsoft.AspNetCore.Components.WebAssembly (1)
Hosting\WebAssemblyHostBuilder.cs (1)
161
_persistedState
= _jsMethods.GetPersistedState();
1 reference to _persistedState
Microsoft.AspNetCore.Components.WebAssembly (1)
Hosting\WebAssemblyHostBuilder.cs (1)
294
return new WebAssemblyHost(this, services, scope,
_persistedState
);