32 references to BinaryOperator
Microsoft.CodeAnalysis.VisualBasic (32)
Analysis\FlowAnalysis\AbstractFlowPass.vb (1)
2126
If child.Kind <> BoundKind.
BinaryOperator
Then
Binding\Binder_Utils.vb (1)
1334
Case BoundKind.
BinaryOperator
Binding\MemberSemanticModel.vb (3)
1147
Debug.Assert(targetBoundKind <> BoundKind.
BinaryOperator
) ' Otherwise VisitBinaryOperator should be adjusted
2219
If node.Left.Kind <> BoundKind.
BinaryOperator
Then
2237
While current.Kind = BoundKind.
BinaryOperator
BoundTree\BoundAssignmentOperator.vb (2)
113
Debug.Assert(rightNode.Kind = BoundKind.
BinaryOperator
OrElse
117
If rightNode.Kind = BoundKind.
BinaryOperator
Then
BoundTree\BoundCaseClause.vb (1)
15
Case BoundKind.
BinaryOperator
BoundTree\BoundTreeRewriter.vb (2)
110
If child.Kind <> BoundKind.
BinaryOperator
Then
123
If child.Kind <> BoundKind.
BinaryOperator
Then
BoundTree\BoundTreeVisitor.vb (1)
31
Case BoundKind.
BinaryOperator
BoundTree\BoundTreeWalker.vb (2)
77
If node.Left.Kind <> BoundKind.
BinaryOperator
Then
91
While current.Kind = BoundKind.
BinaryOperator
CodeGen\EmitConversion.vb (1)
116
Case BoundKind.
BinaryOperator
CodeGen\EmitExpression.vb (1)
146
Case BoundKind.
BinaryOperator
CodeGen\EmitOperators.vb (4)
158
If child.Kind <> BoundKind.
BinaryOperator
OrElse child.ConstantValueOpt IsNot Nothing Then
177
If child.Kind <> BoundKind.
BinaryOperator
OrElse child.ConstantValueOpt IsNot Nothing Then
624
If condition.Kind = BoundKind.
BinaryOperator
Then
654
If condition.Kind = BoundKind.
BinaryOperator
Then
CodeGen\EmitStatement.vb (1)
692
Case BoundKind.
BinaryOperator
CodeGen\Optimizer\StackScheduler.Analyzer.vb (2)
907
If child.Kind <> BoundKind.
BinaryOperator
OrElse child.ConstantValueOpt IsNot Nothing Then
920
If child.Kind <> BoundKind.
BinaryOperator
OrElse child.ConstantValueOpt IsNot Nothing Then
CodeGen\Optimizer\StackScheduler.Rewriter.vb (2)
64
If child.Kind <> BoundKind.
BinaryOperator
OrElse child.ConstantValueOpt IsNot Nothing Then
77
If child.Kind <> BoundKind.
BinaryOperator
OrElse child.ConstantValueOpt IsNot Nothing Then
Generated\BoundNodes.xml.Generated.vb (2)
1530
MyBase.New(BoundKind.
BinaryOperator
, syntax, type, hasErrors OrElse left.NonNullAndHasErrors() OrElse right.NonNullAndHasErrors())
9400
Case BoundKind.
BinaryOperator
Lowering\ExpressionLambdaRewriter\ExpressionLambdaRewriter.vb (1)
217
Case BoundKind.
BinaryOperator
Lowering\LocalRewriter\LocalRewriter_AssignmentOperator.vb (1)
363
Case BoundKind.
BinaryOperator
Lowering\LocalRewriter\LocalRewriter_BinaryOperators.vb (2)
89
If child.Kind <> BoundKind.
BinaryOperator
Then
112
If child.Kind <> BoundKind.
BinaryOperator
Then
Lowering\LocalRewriter\LocalRewriter_Conversion.vb (1)
78
If operand.Kind = BoundKind.
BinaryOperator
Then
Lowering\LocalRewriter\LocalRewriter_UnaryOperators.vb (1)
44
Case BoundKind.
BinaryOperator