1 write to _initialValue
Microsoft.AspNetCore.Components (1)
PersistentState\RestoreContext.cs (1)
34
_initialValue
= initialValue;
1 reference to _initialValue
Microsoft.AspNetCore.Components (1)
PersistentState\RestoreContext.cs (1)
41
if (
_initialValue
&& !options.RestoreBehavior.HasFlag(RestoreBehavior.SkipInitialValue))