3 writes to _lastValue
Microsoft.AspNetCore.Components (3)
PersistentState\PersistentValueProviderComponentSubscription.cs (3)
89_lastValue = null; 145_lastValue = _customSerializer.Restore(_propertyType, sequence); 162_lastValue = value;
4 references to _lastValue
Microsoft.AspNetCore.Components (4)
PersistentState\PersistentValueProviderComponentSubscription.cs (4)
85var isInitialized = !ReferenceEquals(_lastValue, _uninitializedSentinel); 104return _lastValue; 116return _lastValue; 126if (ReferenceEquals(_lastValue, _uninitializedSentinel) && !_hasPendingInitialValue)