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