7 references to Condition
Microsoft.CodeAnalysis.VisualBasic (7)
Analysis\FlowAnalysis\AbstractFlowPass.vb (1)
1783VisitCondition(node.Condition)
Generated\BoundNodes.xml.Generated.vb (4)
5421If condition IsNot Me.Condition OrElse body IsNot Me.Body OrElse continueLabel IsNot Me.ContinueLabel OrElse exitLabel IsNot Me.ExitLabel Then 11632Me.Visit(node.Condition) 12660Dim condition As BoundExpression = DirectCast(Me.Visit(node.Condition), BoundExpression) 13974New 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),