3 references to RestoreContext
Microsoft.AspNetCore.Components (3)
PersistentState\RestoreContext.cs (3)
18public static RestoreContext InitialValue { get; } = new RestoreContext(true, false, false); 24public static RestoreContext LastSnapshot { get; } = new RestoreContext(false, true, false); 30public static RestoreContext ValueUpdate { get; } = new RestoreContext(false, false, true);