2 references to TryBindInvoke
Microsoft.CSharp (2)
Microsoft\CSharp\RuntimeBinder\ComInterop\ComInvokeAction.cs (1)
28
if (ComBinder.
TryBindInvoke
(this, target, args, out DynamicMetaObject res))
Microsoft\CSharp\RuntimeBinder\CSharpInvokeBinder.cs (1)
108
if (ComInterop.ComBinder.
TryBindInvoke
(this, target, args, out com))