1 write to CallInfo
System.Linq.Expressions (1)
System\Dynamic\SetIndexBinder.cs (1)
23
CallInfo
= callInfo;
8 references to CallInfo
Microsoft.VisualBasic.Core (8)
Microsoft\VisualBasic\CompilerServices\IDOBinder.vb (8)
990
IDOUtils.UnpackArguments(packedIndexes, Me.
CallInfo
, indexes, indexNames, indexValues)
1023
Return other IsNot Nothing AndAlso
CallInfo
.Equals(other.
CallInfo
)
1028
Return s_hash Xor
CallInfo
.GetHashCode()
1063
IDOUtils.UnpackArguments(packedIndexes, Me.
CallInfo
, indexes, indexNames, indexValues)
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()