4 writes to _lastValue
Microsoft.AspNetCore.Components (4)
PersistentState\PersistentValueProviderComponentSubscription.cs (4)
89
_lastValue
= null;
122
_lastValue
= _propertyGetter.GetValue(_subscriber.Component);
152
_lastValue
= _customSerializer.Restore(_propertyType, sequence);
169
_lastValue
= value;
4 references to _lastValue
Microsoft.AspNetCore.Components (4)
PersistentState\PersistentValueProviderComponentSubscription.cs (4)
85
var isInitialized = !ReferenceEquals(
_lastValue
, _uninitializedSentinel);
104
return
_lastValue
;
116
return
_lastValue
;
133
if (ReferenceEquals(
_lastValue
, _uninitializedSentinel) && !_hasPendingInitialValue)