12 references to BoundBinaryOperator
Microsoft.CodeAnalysis.CSharp (12)
Compiler\MethodBodySynthesizer.cs (1)
497BoundExpression loopExitCondition = new BoundBinaryOperator(syntax,
Lowering\LocalRewriter\LocalRewriter_BinaryOperator.cs (5)
534new BoundBinaryOperator(syntax, operatorKind, constantValueOpt: null, methodOpt: null, constrainedToTypeOpt: null, LookupResultKind.Viable, loweredLeft, loweredRight, type); 2020return new BoundBinaryOperator(syntax, operatorKind, constantValueOpt: null, methodOpt: null, constrainedToTypeOpt: null, LookupResultKind.Empty, loweredLeft, loweredRight, type); 2030? new BoundBinaryOperator(syntax, operatorKind, null, method, constrainedToTypeOpt: null, default(LookupResultKind), loweredLeft, loweredRight, method.ReturnType) 2154loweredRight = new BoundBinaryOperator( 2167? new BoundBinaryOperator(
Lowering\LocalRewriter\LocalRewriter_Call.cs (1)
461rewrittenBoundCall = new BoundBinaryOperator(
Lowering\LocalRewriter\LocalRewriter_ForEachStatement.cs (4)
668BoundExpression exitCondition = new BoundBinaryOperator( 964BoundExpression exitCondition = new BoundBinaryOperator( 1168BoundExpression exitCondition = new BoundBinaryOperator( 1263right: new BoundBinaryOperator(syntax,
Lowering\LocalRewriter\LocalRewriter_StringConcat.cs (1)
602return new BoundBinaryOperator(syntax, operatorKind, constantValueOpt: null, method, constrainedToTypeOpt: null, default(LookupResultKind), loweredLeft, loweredRight, type);