2 references to FallbackUnaryOperation
System.Core (2)
Microsoft\Scripting\Actions\DynamicObject.cs (1)
333
return CallMethodWithResult("TryUnaryOperation", binder, NoArgs, (e) => binder.
FallbackUnaryOperation
(this, e));
Microsoft\Scripting\Actions\UnaryOperationBinder.cs (1)
70
return
FallbackUnaryOperation
(target, null);