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