1 write to CallInfo
System.Linq.Expressions (1)
System\Dynamic\SetIndexBinder.cs (1)
23CallInfo = callInfo;
8 references to CallInfo
Microsoft.VisualBasic.Core (8)
Microsoft\VisualBasic\CompilerServices\IDOBinder.vb (8)
990IDOUtils.UnpackArguments(packedIndexes, Me.CallInfo, indexes, indexNames, indexValues) 1023Return other IsNot Nothing AndAlso CallInfo.Equals(other.CallInfo) 1028Return s_hash Xor CallInfo.GetHashCode() 1063IDOUtils.UnpackArguments(packedIndexes, Me.CallInfo, indexes, indexNames, indexValues) 1098Return other IsNot Nothing AndAlso CallInfo.Equals(other.CallInfo) AndAlso _optimisticSet = other._optimisticSet AndAlso _rValueBase = other._rValueBase 1103Return s_hash Xor CallInfo.GetHashCode() Xor _optimisticSet.GetHashCode() Xor _rValueBase.GetHashCode()