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)
90if (_hasPendingInitialValue) 132var skipNotifications = _hasPendingInitialValue; 133if (ReferenceEquals(_lastValue, _uninitializedSentinel) && !_hasPendingInitialValue)