1 write to ServerStore
Microsoft.AspNetCore.Components.Endpoints (1)
Rendering\EndpointHtmlRenderer.PrerenderingState.cs (1)
212ServerStore = serverStore;
24 references to ServerStore
Microsoft.AspNetCore.Components.Endpoints (3)
Rendering\EndpointHtmlRenderer.PrerenderingState.cs (3)
217if (ServerStore is not null && ServerStore.PersistedState is not null) 220writer.Write(ServerStore.PersistedState);
Microsoft.AspNetCore.Components.Endpoints.Tests (21)
EndpointHtmlRendererTest.cs (21)
1491Assert.NotNull(stateContent.ServerStore); 1492Assert.Null(stateContent.ServerStore.PersistedState); 1498Assert.Null(stateContent.ServerStore); 1518Assert.Null(stateContent.ServerStore); 1557Assert.NotNull(stateContent.ServerStore); 1558Assert.NotNull(stateContent.ServerStore.PersistedState); 1564Assert.Null(stateContent.ServerStore); 1567Assert.NotNull(stateContent.ServerStore); 1568Assert.NotNull(stateContent.ServerStore.PersistedState); 1611Assert.NotNull(stateContent.ServerStore); 1612Assert.NotNull(stateContent.ServerStore.PersistedState); 1618Assert.Null(stateContent.ServerStore); 1677Assert.NotNull(stateContent.ServerStore); 1678Assert.NotNull(stateContent.ServerStore.PersistedState); 1684Assert.Null(stateContent.ServerStore); 1687Assert.NotNull(stateContent.ServerStore); 1688Assert.NotNull(stateContent.ServerStore.PersistedState); 1748Assert.NotNull(stateContent.ServerStore); 1749Assert.NotNull(stateContent.ServerStore.PersistedState); 1753Assert.Null(stateContent.ServerStore.PersistedState); 1767Assert.Null(stateContent.ServerStore);