1 write to _rValueBase
Microsoft.VisualBasic.Core (1)
Microsoft\VisualBasic\CompilerServices\IDOBinder.vb (1)
727
Me.
_rValueBase
= rValueBase
5 references to _rValueBase
Microsoft.VisualBasic.Core (5)
Microsoft\VisualBasic\CompilerServices\IDOBinder.vb (5)
741
If errorSuggestion IsNot Nothing AndAlso Not CanBindSet(target.Value, Name, value.Value, _optimisticSet,
_rValueBase
) Then
754
Expression.Constant(
_rValueBase
)
767
Return other IsNot Nothing AndAlso String.Equals(Name, other.Name) AndAlso _optimisticSet = other._optimisticSet AndAlso
_rValueBase
= other.
_rValueBase
772
Return s_hash Xor Name.GetHashCode() Xor _optimisticSet.GetHashCode() Xor
_rValueBase
.GetHashCode()