1 write to CallInfo
System.Linq.Expressions (1)
System\Dynamic\InvokeMemberBinder.cs (1)
29CallInfo = callInfo;
10 references to CallInfo
Microsoft.VisualBasic.Core (10)
Microsoft\VisualBasic\CompilerServices\IDOBinder.vb (10)
316IDOUtils.UnpackArguments(packedArgs, Me.CallInfo, arguments, argNames, argValues) 356Return New VBInvokeBinder(Me.CallInfo, True).FallbackInvoke(target, packedArgs, errorSuggestion) 363Return other IsNot Nothing AndAlso String.Equals(Name, other.Name) AndAlso CallInfo.Equals(other.CallInfo) AndAlso _ignoreReturn = other._ignoreReturn 368Return s_hash Xor Name.GetHashCode() Xor CallInfo.GetHashCode() Xor _ignoreReturn.GetHashCode() 395IDOUtils.UnpackArguments(packedArgs, Me.CallInfo, arguments, argNames, argValues) 434Return New VBInvokeBinder(Me.CallInfo, False).FallbackInvoke(target, packedArgs, errorSuggestion) 441Return other IsNot Nothing AndAlso String.Equals(Name, other.Name) AndAlso CallInfo.Equals(other.CallInfo) 446Return s_hash Xor Name.GetHashCode() Xor CallInfo.GetHashCode()