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