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