1 write to WebAssemblyStore
Microsoft.AspNetCore.Components.Endpoints (1)
Rendering\EndpointHtmlRenderer.PrerenderingState.cs (1)
211
WebAssemblyStore
= webAssemblyStore;
3 references to WebAssemblyStore
Microsoft.AspNetCore.Components.Endpoints (3)
Rendering\EndpointHtmlRenderer.PrerenderingState.cs (3)
224
if (
WebAssemblyStore
is not null &&
WebAssemblyStore
.PersistedState is not null)
227
writer.Write(
WebAssemblyStore
.PersistedState);