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)
1501Assert.NotNull(stateContent.ServerStore); 1502Assert.Null(stateContent.ServerStore.PersistedState); 1508Assert.Null(stateContent.ServerStore); 1528Assert.Null(stateContent.ServerStore); 1567Assert.NotNull(stateContent.ServerStore); 1568Assert.NotNull(stateContent.ServerStore.PersistedState); 1574Assert.Null(stateContent.ServerStore); 1577Assert.NotNull(stateContent.ServerStore); 1578Assert.NotNull(stateContent.ServerStore.PersistedState); 1621Assert.NotNull(stateContent.ServerStore); 1622Assert.NotNull(stateContent.ServerStore.PersistedState); 1628Assert.Null(stateContent.ServerStore); 1687Assert.NotNull(stateContent.ServerStore); 1688Assert.NotNull(stateContent.ServerStore.PersistedState); 1694Assert.Null(stateContent.ServerStore); 1697Assert.NotNull(stateContent.ServerStore); 1698Assert.NotNull(stateContent.ServerStore.PersistedState); 1758Assert.NotNull(stateContent.ServerStore); 1759Assert.NotNull(stateContent.ServerStore.PersistedState); 1763Assert.Null(stateContent.ServerStore.PersistedState); 1777Assert.Null(stateContent.ServerStore);