1 write to CallInfo
System.Linq.Expressions (1)
System\Dynamic\InvokeBinder.cs (1)
23
CallInfo
= callInfo;
10 references to CallInfo
Microsoft.CSharp (2)
Microsoft\CSharp\RuntimeBinder\ComInterop\DispCallableMetaObject.cs (1)
30
return BindGetOrInvoke(args, binder.
CallInfo
) ??
Microsoft\CSharp\RuntimeBinder\ComInterop\IDispatchMetaObject.cs (1)
46
return BindComInvoke(args, method, binder.
CallInfo
, isByRef);
Microsoft.VisualBasic.Core (8)
Microsoft\VisualBasic\CompilerServices\IDOBinder.vb (8)
483
IDOUtils.UnpackArguments(packedArgs, Me.
CallInfo
, arguments, argNames, argValues)
518
Return other IsNot Nothing AndAlso
CallInfo
.Equals(other.
CallInfo
) AndAlso _lateCall.Equals(other._lateCall)
523
Return s_hash Xor
CallInfo
.GetHashCode() Xor _lateCall.GetHashCode()
552
IDOUtils.UnpackArguments(packedArgs, Me.
CallInfo
, arguments, argNames, argValues)
587
Return other IsNot Nothing AndAlso
CallInfo
.Equals(other.
CallInfo
) AndAlso _reportErrors = other._reportErrors
592
Return s_hash Xor
CallInfo
.GetHashCode() Xor _reportErrors.GetHashCode()