12 references to BoundBinaryOperator
Microsoft.CodeAnalysis.CSharp (12)
Compiler\MethodBodySynthesizer.cs (1)
497BoundExpression loopExitCondition = new BoundBinaryOperator(syntax,
Lowering\LocalRewriter\LocalRewriter_BinaryOperator.cs (5)
541new BoundBinaryOperator(syntax, operatorKind, constantValueOpt: null, methodOpt: null, constrainedToTypeOpt: null, LookupResultKind.Viable, loweredLeft, loweredRight, type); 2038return new BoundBinaryOperator(syntax, operatorKind, constantValueOpt: null, methodOpt: null, constrainedToTypeOpt: null, LookupResultKind.Empty, loweredLeft, loweredRight, type); 2048? new BoundBinaryOperator(syntax, operatorKind, null, method, constrainedToTypeOpt: null, default(LookupResultKind), loweredLeft, loweredRight, method.ReturnType) 2172loweredRight = new BoundBinaryOperator( 2185? new BoundBinaryOperator(
Lowering\LocalRewriter\LocalRewriter_Call.cs (1)
462rewrittenBoundCall = new BoundBinaryOperator(
Lowering\LocalRewriter\LocalRewriter_ForEachStatement.cs (4)
653BoundExpression exitCondition = new BoundBinaryOperator( 949BoundExpression exitCondition = new BoundBinaryOperator( 1153BoundExpression exitCondition = new BoundBinaryOperator( 1248right: new BoundBinaryOperator(syntax,
Lowering\LocalRewriter\LocalRewriter_StringConcat.cs (1)
563currentResult = new BoundBinaryOperator(current.Syntax, current.OperatorKind, constantValueOpt: null, method, constrainedToTypeOpt: null, default(LookupResultKind), currentResult, right, current.Type);