5 references to BottomConditionOpt
Microsoft.CodeAnalysis.VisualBasic (5)
BoundTree\BoundDoLoop.vb (1)
56Return Me.BottomConditionOpt
Generated\BoundNodes.xml.Generated.vb (4)
5376If 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 11626Me.Visit(node.BottomConditionOpt) 12654Dim bottomConditionOpt As BoundExpression = DirectCast(Me.Visit(node.BottomConditionOpt), BoundExpression) 13963New TreeDumperNode("bottomConditionOpt", Nothing, new TreeDumperNode() {Visit(node.BottomConditionOpt, Nothing)}),