3 references to BindSimpleBinaryOperator
Microsoft.CodeAnalysis.CSharp (3)
Binder\Binder_Operators.cs (2)
896
BoundExpression boundOp =
BindSimpleBinaryOperator
(syntaxNode, diagnostics, left, right, leaveUnconvertedIfInterpolatedString: true);
1239
left =
BindSimpleBinaryOperator
((BinaryExpressionSyntax)current.Syntax, diagnostics, left ?? current.Left, right, leaveUnconvertedIfInterpolatedString: false);
Binder\Binder_TupleOperators.cs (1)
98
BoundExpression comparison =
BindSimpleBinaryOperator
(node, diagnostics, left, right, leaveUnconvertedIfInterpolatedString: false);