7 references to CallInfo
Microsoft.CSharp (4)
Microsoft\CSharp\RuntimeBinder\ComInterop\ComInvokeAction.cs (1)
89new ComInvokeAction(new CallInfo(count)),
Microsoft\CSharp\RuntimeBinder\ComInterop\IDispatchMetaObject.cs (3)
104return BindComInvoke(DynamicMetaObject.EmptyMetaObjects, method, new CallInfo(0), Array.Empty<bool>()); 111return BindComInvoke(DynamicMetaObject.EmptyMetaObjects, method, new CallInfo(0), Array.Empty<bool>()); 205new CallInfo(1),
Microsoft.VisualBasic.Core (1)
Microsoft\VisualBasic\CompilerServices\IDOBinder.vb (1)
1241callInfo = New CallInfo(args.Length - valueArgs, argNames)
PresentationFramework-SystemCore (2)
DynamicAccessorImpl.cs (2)
199: base(new CallInfo(rank)) 215: base(new CallInfo(rank))