2 references to FallbackInvoke
System.Core (2)
Microsoft\Scripting\Actions\DynamicObject.cs (1)
317
return CallMethodWithResult("TryInvoke", binder, DynamicMetaObject.GetExpressions(args), (e) => binder.
FallbackInvoke
(this, args, e));
Microsoft\Scripting\Actions\InvokeBinder.cs (1)
56
return
FallbackInvoke
(target, args, null);