6 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),
PresentationFramework-SystemCore (2)
DynamicAccessorImpl.cs (2)
199: base(new CallInfo(rank)) 215: base(new CallInfo(rank))