4 references to BoundBinaryOperator
Microsoft.CodeAnalysis.CSharp (4)
Binder\Binder_Operators.cs (1)
958return new BoundBinaryOperator(node, BinaryOperatorKind.StringConcatenation, BoundBinaryOperator.UncommonData.UnconvertedInterpolatedStringAddition(stringConstant), LookupResultKind.Empty, left, right, right.Type);
BoundTree\Constructors.cs (2)
412: this( 434this(syntax, operatorKind, UncommonData.CreateIfNeeded(constantValueOpt, methodOpt, constrainedToTypeOpt, originalUserDefinedOperatorsOpt: default), resultKind, left, right, type, hasErrors)
Generated\BoundNodes.xml.Generated.cs (1)
1666var result = new BoundBinaryOperator(this.Syntax, operatorKind, data, resultKind, left, right, type, this.HasErrors);