6 references to BindComInvoke
Microsoft.CSharp (6)
Microsoft\CSharp\RuntimeBinder\ComInterop\IDispatchMetaObject.cs (6)
33return BindComInvoke(args, method, binder.CallInfo, isByRef); 46return BindComInvoke(args, method, binder.CallInfo, isByRef); 104return BindComInvoke(DynamicMetaObject.EmptyMetaObjects, method, new CallInfo(0), Array.Empty<bool>()); 111return BindComInvoke(DynamicMetaObject.EmptyMetaObjects, method, new CallInfo(0), Array.Empty<bool>()); 148return BindComInvoke(indexes, getItem, binder.CallInfo, isByRef); 164DynamicMetaObject result = BindComInvoke(indexes.AddLast(value), setItem, binder.CallInfo, isByRef);