14 instantiations of BinaryOperation
Microsoft.CodeAnalysis (14)
Generated\Operations.Generated.cs (1)
10949
return new
BinaryOperation
(internalOperation.OperatorKind, Visit(internalOperation.LeftOperand), Visit(internalOperation.RightOperand), internalOperation.IsLifted, internalOperation.IsChecked, internalOperation.IsCompareText, internalOperation.OperatorMethod, internalOperation.ConstrainedToType, internalOperation.UnaryOperatorMethod, internalOperation.OwningSemanticModel, internalOperation.Syntax, internalOperation.Type, internalOperation.OperationConstantValue, internalOperation.IsImplicit);
Operations\ControlFlowGraphBuilder.cs (13)
2230
leftOperand = PopStackFrame(frame, new
BinaryOperation
(operation.OperatorKind, PopOperand(), rightOperand, operation.IsLifted, operation.IsChecked, operation.IsCompareText,
2539
new
BinaryOperation
(isAndAlso ? BinaryOperatorKind.And : BinaryOperatorKind.Or,
2629
new
BinaryOperation
(isAndAlso ? BinaryOperatorKind.And : BinaryOperatorKind.Or,
4960
isUp = new
BinaryOperation
(BinaryOperatorKind.GreaterThanOrEqual,
5114
condition = new
BinaryOperation
(comparisonKind,
5151
eitherLimitOrControlVariableIsNull = new
BinaryOperation
(BinaryOperatorKind.Or,
5192
condition = new
BinaryOperation
(BinaryOperatorKind.LessThanOrEqual,
5212
condition = new
BinaryOperation
(BinaryOperatorKind.GreaterThanOrEqual,
5246
var shiftedStep = new
BinaryOperation
(BinaryOperatorKind.RightShift,
5261
return new
BinaryOperation
(BinaryOperatorKind.ExclusiveOr,
5333
IOperation condition = new
BinaryOperation
(BinaryOperatorKind.Or,
5385
IOperation increment = new
BinaryOperation
(BinaryOperatorKind.Add,
5579
condition = new
BinaryOperation
(BinaryOperatorKind.Equals,
6 references to BinaryOperation
Microsoft.CodeAnalysis (6)
Generated\Operations.Generated.cs (2)
10948
var
internalOperation = (
BinaryOperation
)operation;
Operations\ControlFlowGraphBuilder.cs (4)
2231
operation.OperatorMethod, operation.ConstrainedToType, ((
BinaryOperation
)operation).UnaryOperatorMethod,
2472
IMethodSymbol? unaryOperatorMethod = ((
BinaryOperation
)binOp).UnaryOperatorMethod;
2574
IMethodSymbol? unaryOperatorMethod = ((
BinaryOperation
)binOp).UnaryOperatorMethod;
5246
var
shiftedStep = new BinaryOperation(BinaryOperatorKind.RightShift,