2 references to GetUserDefinedBinaryOperator
System.Core (2)
Microsoft\Scripting\Ast\BinaryExpression.cs (2)
657
BinaryExpression b =
GetUserDefinedBinaryOperator
(binaryType, name, left, right, liftToNull);
1051
BinaryExpression b =
GetUserDefinedBinaryOperator
(binaryType, opName, left, right, liftToNull);