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