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