7 references to GreaterThanOrEqual
Microsoft.CodeAnalysis.VisualBasic (7)
Generated\BoundNodes.xml.Generated.vb (4)
5533If leftOperandPlaceholder IsNot Me.LeftOperandPlaceholder OrElse rightOperandPlaceholder IsNot Me.RightOperandPlaceholder OrElse addition IsNot Me.Addition OrElse subtraction IsNot Me.Subtraction OrElse lessThanOrEqual IsNot Me.LessThanOrEqual OrElse greaterThanOrEqual IsNot Me.GreaterThanOrEqual Then 11609Me.Visit(node.GreaterThanOrEqual) 12637Dim greaterThanOrEqual As BoundExpression = DirectCast(Me.Visit(node.GreaterThanOrEqual), BoundExpression) 13951New TreeDumperNode("greaterThanOrEqual", Nothing, new TreeDumperNode() {Visit(node.GreaterThanOrEqual, Nothing)})
Lowering\LocalRewriter\LocalRewriter_ForTo.vb (2)
92Dim greaterThanOrEqual = VisitExpressionNode(forStatement.OperatorsOpt.GreaterThanOrEqual) 671VisitExpressionNode(operatorsOpt.GreaterThanOrEqual))
Operations\VisualBasicOperationFactory.vb (1)
1184Operation.SetParentOperation(Create(operatorsOpt.GreaterThanOrEqual), Nothing))