1 write to _optimisticSet
Microsoft.VisualBasic.Core (1)
Microsoft\VisualBasic\CompilerServices\IDOBinder.vb (1)
1041
Me.
_optimisticSet
= optimisticSet
5 references to _optimisticSet
Microsoft.VisualBasic.Core (5)
Microsoft\VisualBasic\CompilerServices\IDOBinder.vb (5)
1070
Not CanIndexSetComplex(target.Value, indexValuesPlusValue, indexNames,
_optimisticSet
, _rValueBase) Then
1084
Expression.Constant(
_optimisticSet
),
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()