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