1 write to ServerStore
Microsoft.AspNetCore.Components.Endpoints (1)
Rendering\EndpointHtmlRenderer.PrerenderingState.cs (1)
212
ServerStore
= serverStore;
3 references to ServerStore
Microsoft.AspNetCore.Components.Endpoints (3)
Rendering\EndpointHtmlRenderer.PrerenderingState.cs (3)
217
if (
ServerStore
is not null &&
ServerStore
.PersistedState is not null)
220
writer.Write(
ServerStore
.PersistedState);