5 references to InitialValue
Microsoft.AspNetCore.Components (2)
PersistentComponentState.cs (1)
34internal RestoreContext CurrentContext { get; private set; } = RestoreContext.InitialValue;
PersistentState\ComponentStatePersistenceManager.cs (1)
61await RestoreStateAsync(store, RestoreContext.InitialValue);
Microsoft.AspNetCore.Components.Endpoints (1)
Rendering\EndpointHtmlRenderer.cs (1)
139await componentApplicationLifetime.RestoreStateAsync(new PrerenderComponentApplicationStore(), RestoreContext.InitialValue);
Microsoft.AspNetCore.Components.Server (2)
Circuits\CircuitFactory.cs (1)
79await appLifetime.RestoreStateAsync(store, RestoreContext.InitialValue);
Circuits\CircuitHost.cs (1)
805(false, _) => RestoreContext.InitialValue