7 references to Condition
Microsoft.CodeAnalysis.VisualBasic (7)
Analysis\FlowAnalysis\AbstractFlowPass.vb (1)
1783VisitCondition(node.Condition)
Generated\BoundNodes.xml.Generated.vb (4)
5412If condition IsNot Me.Condition OrElse body IsNot Me.Body OrElse continueLabel IsNot Me.ContinueLabel OrElse exitLabel IsNot Me.ExitLabel Then 11623Me.Visit(node.Condition) 12651Dim condition As BoundExpression = DirectCast(Me.Visit(node.Condition), BoundExpression) 13965New TreeDumperNode("condition", Nothing, new TreeDumperNode() {Visit(node.Condition, Nothing)}),
Lowering\Instrumentation\CodeCoverageInstrumenter.vb (1)
482Return DirectCast(statement, BoundWhileStatement).Condition.Syntax
Lowering\LocalRewriter\LocalRewriter_While.vb (1)
36VisitExpressionNode(node.Condition),