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