2 references to BindSimpleBinaryOperator
Microsoft.CodeAnalysis.CSharp (2)
Binder\Binder_Operators.cs (1)
497
BoundExpression boundOp =
BindSimpleBinaryOperator
(syntaxNode, diagnostics, left, right, leaveUnconvertedIfInterpolatedString: true);
Binder\Binder_TupleOperators.cs (1)
98
BoundExpression comparison =
BindSimpleBinaryOperator
(node, diagnostics, left, right, leaveUnconvertedIfInterpolatedString: false);