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