30 references to BinaryOperator
Microsoft.CodeAnalysis.CSharp (30)
Binder\Binder.ValueChecks.cs (4)
3934
case BoundKind.
BinaryOperator
:
4276
case BoundKind.
BinaryOperator
:
4681
case BoundKind.
BinaryOperator
:
5481
case BoundKind.
BinaryOperator
:
Binder\Semantics\Conversions\ConversionsBase.cs (1)
1121
case BoundKind.
BinaryOperator
when ((BoundBinaryOperator)sourceExpression).IsUnconvertedInterpolatedStringAddition:
BoundTree\BoundExpression.cs (1)
94
case BoundKind.
BinaryOperator
:
BoundTree\BoundTreeRewriter.cs (2)
250
if (child.Kind != BoundKind.
BinaryOperator
)
265
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
:
2188
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)
1488
if (child.Kind != BoundKind.
BinaryOperator
|| child.ConstantValueOpt != null)
1504
if (child.Kind != BoundKind.
BinaryOperator
|| child.ConstantValueOpt != null)
2131
if (child.Kind != BoundKind.
BinaryOperator
|| child.ConstantValueOpt != null)
2147
if (child.Kind != BoundKind.
BinaryOperator
|| child.ConstantValueOpt != null)
Compilation\CSharpSemanticModel.cs (1)
3566
case BoundKind.
BinaryOperator
:
FlowAnalysis\AbstractFlowPass.cs (3)
2429
if (childKind == BoundKind.
BinaryOperator
)
2469
case BoundKind.
BinaryOperator
:
2489
case BoundKind.
BinaryOperator
:
Generated\BoundNodes.xml.Generated.cs (2)
1683
: base(BoundKind.
BinaryOperator
, syntax, left, right, type, hasErrors || left.HasErrors() || right.HasErrors())
9153
case BoundKind.
BinaryOperator
:
Lowering\ClosureConversion\ExpressionLambdaRewriter.cs (1)
197
case BoundKind.
BinaryOperator
:
Lowering\DiagnosticsPass_ExpressionTrees.cs (1)
717
if (current.Left.Kind == BoundKind.
BinaryOperator
)
Lowering\LocalRewriter\LocalRewriter_UnaryOperator.cs (1)
46
if (node.Operand.Kind == BoundKind.
BinaryOperator
)
Operations\CSharpOperationFactory.cs (1)
126
case BoundKind.
BinaryOperator
: