2 references to BindComInvoke
Microsoft.CSharp (2)
Microsoft\CSharp\RuntimeBinder\ComInterop\DispCallableMetaObject.cs (2)
44
return
BindComInvoke
(method, args, callInfo, isByRef);
61
DynamicMetaObject result =
BindComInvoke
(method, indexes.AddLast(value), binder.CallInfo, isByRef);