2 references to BindRangeExpressionOperand
Microsoft.CodeAnalysis.CSharp (2)
Binder\Binder_Expressions.cs (2)
2754
BoundExpression left =
BindRangeExpressionOperand
(node.LeftOperand, diagnostics);
2755
BoundExpression right =
BindRangeExpressionOperand
(node.RightOperand, diagnostics);