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)
85
var isInitialized = !ReferenceEquals(
_lastValue
, _uninitializedSentinel);
104
return
_lastValue
;
116
return
_lastValue
;
126
if (ReferenceEquals(
_lastValue
, _uninitializedSentinel) && !_hasPendingInitialValue)