2 references to BoundTupleBinaryOperator
Microsoft.CodeAnalysis.CSharp (2)
Binder\Binder_TupleOperators.cs (1)
35
return new
BoundTupleBinaryOperator
(node, convertedLeft, convertedRight, kind, operators, resultType);
Generated\BoundNodes.xml.Generated.cs (1)
1704
var result = new
BoundTupleBinaryOperator
(this.Syntax, left, right, operatorKind, operators, type, this.HasErrors);