9 references to TopConditionOpt
Microsoft.CodeAnalysis.VisualBasic (9)
BoundTree\BoundDoLoop.vb (4)
22Return Me.TopConditionOpt IsNot Nothing 37If Me.TopConditionOpt IsNot Nothing Then 53If Me.TopConditionOpt IsNot Nothing Then 54Return Me.TopConditionOpt
Generated\BoundNodes.xml.Generated.vb (4)
5357If topConditionOpt IsNot Me.TopConditionOpt OrElse bottomConditionOpt IsNot Me.BottomConditionOpt OrElse topConditionIsUntil <> Me.TopConditionIsUntil OrElse bottomConditionIsUntil <> Me.BottomConditionIsUntil OrElse body IsNot Me.Body OrElse continueLabel IsNot Me.ContinueLabel OrElse exitLabel IsNot Me.ExitLabel Then 11591Me.Visit(node.TopConditionOpt) 12619Dim topConditionOpt As BoundExpression = DirectCast(Me.Visit(node.TopConditionOpt), BoundExpression) 13925New TreeDumperNode("topConditionOpt", Nothing, new TreeDumperNode() {Visit(node.TopConditionOpt, Nothing)}),
Operations\VisualBasicOperationFactory.vb (1)
1143Dim ignoredCondition As IOperation = If(boundDoLoopStatement.TopConditionOpt IsNot Nothing AndAlso boundDoLoopStatement.BottomConditionOpt IsNot Nothing,