1 write to CallInfo
System.Linq.Expressions (1)
System\Dynamic\InvokeBinder.cs (1)
23CallInfo = callInfo;
8 references to CallInfo
Microsoft.VisualBasic.Core (8)
Microsoft\VisualBasic\CompilerServices\IDOBinder.vb (8)
483IDOUtils.UnpackArguments(packedArgs, Me.CallInfo, arguments, argNames, argValues) 518Return other IsNot Nothing AndAlso CallInfo.Equals(other.CallInfo) AndAlso _lateCall.Equals(other._lateCall) 523Return s_hash Xor CallInfo.GetHashCode() Xor _lateCall.GetHashCode() 552IDOUtils.UnpackArguments(packedArgs, Me.CallInfo, arguments, argNames, argValues) 587Return other IsNot Nothing AndAlso CallInfo.Equals(other.CallInfo) AndAlso _reportErrors = other._reportErrors 592Return s_hash Xor CallInfo.GetHashCode() Xor _reportErrors.GetHashCode()