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