1 write to CallInfo
System.Linq.Expressions (1)
System\Dynamic\GetIndexBinder.cs (1)
23CallInfo = callInfo;
6 references to CallInfo
Microsoft.CSharp (2)
Microsoft\CSharp\RuntimeBinder\ComInterop\DispCallableMetaObject.cs (1)
24return BindGetOrInvoke(indexes, binder.CallInfo) ??
Microsoft\CSharp\RuntimeBinder\ComInterop\IDispatchMetaObject.cs (1)
148return BindComInvoke(indexes, getItem, binder.CallInfo, isByRef);
Microsoft.VisualBasic.Core (4)
Microsoft\VisualBasic\CompilerServices\IDOBinder.vb (4)
621IDOUtils.UnpackArguments(packedArgs, Me.CallInfo, arguments, argNames, argValues) 656Return other IsNot Nothing AndAlso CallInfo.Equals(other.CallInfo) AndAlso _reportErrors = other._reportErrors 661Return s_hash Xor CallInfo.GetHashCode() Xor _reportErrors.GetHashCode()