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