3 references to BoundBinaryOperator
Microsoft.CodeAnalysis.CSharp (3)
BoundTree\Constructors.cs (2)
439: this( 461this(syntax, operatorKind, UncommonData.CreateIfNeeded(constantValueOpt, methodOpt, constrainedToTypeOpt, originalUserDefinedOperatorsOpt: default), resultKind, left, right, type, hasErrors)
Generated\BoundNodes.xml.Generated.cs (1)
1684var result = new BoundBinaryOperator(this.Syntax, operatorKind, data, resultKind, left, right, type, this.HasErrors);