1 write to _rValueBase
Microsoft.VisualBasic.Core (1)
Microsoft\VisualBasic\CompilerServices\IDOBinder.vb (1)
1042
Me.
_rValueBase
= rValueBase
5 references to _rValueBase
Microsoft.VisualBasic.Core (5)
Microsoft\VisualBasic\CompilerServices\IDOBinder.vb (5)
1070
Not CanIndexSetComplex(target.Value, indexValuesPlusValue, indexNames, _optimisticSet,
_rValueBase
) Then
1085
Expression.Constant(
_rValueBase
)
1098
Return other IsNot Nothing AndAlso CallInfo.Equals(other.CallInfo) AndAlso _optimisticSet = other._optimisticSet AndAlso
_rValueBase
= other.
_rValueBase
1103
Return s_hash Xor CallInfo.GetHashCode() Xor _optimisticSet.GetHashCode() Xor
_rValueBase
.GetHashCode()