3 writes to _hasPendingInitialValue
Microsoft.AspNetCore.Components (3)
PersistentState\PersistentValueProviderComponentSubscription.cs (3)
93
_hasPendingInitialValue
= false;
121
_hasPendingInitialValue
= false;
139
_hasPendingInitialValue
= true;
3 references to _hasPendingInitialValue
Microsoft.AspNetCore.Components (3)
PersistentState\PersistentValueProviderComponentSubscription.cs (3)
90
if (
_hasPendingInitialValue
)
132
var skipNotifications =
_hasPendingInitialValue
;
133
if (ReferenceEquals(_lastValue, _uninitializedSentinel) && !
_hasPendingInitialValue
)