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