30 references to BinaryOperator
Microsoft.CodeAnalysis.CSharp (30)
Binder\Binder.ValueChecks.cs (4)
3618case BoundKind.BinaryOperator: 3988case BoundKind.BinaryOperator: 4430case BoundKind.BinaryOperator: 5215case BoundKind.BinaryOperator:
Binder\Semantics\Conversions\ConversionsBase.cs (1)
1106case BoundKind.BinaryOperator when ((BoundBinaryOperator)sourceExpression).IsUnconvertedInterpolatedStringAddition:
BoundTree\BoundExpression.cs (1)
89case BoundKind.BinaryOperator:
BoundTree\BoundTreeRewriter.cs (2)
113if (child.Kind != BoundKind.BinaryOperator) 128if (child.Kind != BoundKind.BinaryOperator)
BoundTree\BoundTreeVisitors.cs (1)
41case BoundKind.BinaryOperator:
BoundTree\BoundTreeWalker.cs (1)
121while (current.Kind == BoundKind.BinaryOperator)
CodeGen\EmitExpression.cs (2)
201case BoundKind.BinaryOperator: 2151case BoundKind.BinaryOperator:
CodeGen\EmitOperators.cs (3)
94if (child.Kind != BoundKind.BinaryOperator || child.ConstantValueOpt != null) 118if (child.Kind != BoundKind.BinaryOperator || child.ConstantValueOpt != null) 507if (condition.Kind == BoundKind.BinaryOperator)
CodeGen\EmitStatement.cs (1)
418case BoundKind.BinaryOperator:
CodeGen\Optimizer.cs (4)
1477if (child.Kind != BoundKind.BinaryOperator || child.ConstantValueOpt != null) 1493if (child.Kind != BoundKind.BinaryOperator || child.ConstantValueOpt != null) 2071if (child.Kind != BoundKind.BinaryOperator || child.ConstantValueOpt != null) 2087if (child.Kind != BoundKind.BinaryOperator || child.ConstantValueOpt != null)
Compilation\CSharpSemanticModel.cs (1)
3546case BoundKind.BinaryOperator:
FlowAnalysis\AbstractFlowPass.cs (2)
2421if (childKind == BoundKind.BinaryOperator) 2459case BoundKind.BinaryOperator:
FlowAnalysis\NullableWalker.cs (1)
11366case BoundKind.BinaryOperator:
Generated\BoundNodes.xml.Generated.cs (2)
1661: base(BoundKind.BinaryOperator, syntax, left, right, type, hasErrors || left.HasErrors() || right.HasErrors()) 8908case BoundKind.BinaryOperator:
Lowering\ClosureConversion\ExpressionLambdaRewriter.cs (1)
193case BoundKind.BinaryOperator:
Lowering\DiagnosticsPass_ExpressionTrees.cs (1)
665if (current.Left.Kind == BoundKind.BinaryOperator)
Lowering\LocalRewriter\LocalRewriter_UnaryOperator.cs (1)
45if (node.Operand.Kind == BoundKind.BinaryOperator)
Operations\CSharpOperationFactory.cs (1)
127case BoundKind.BinaryOperator: