7 references to Body
Microsoft.CodeAnalysis.VisualBasic (7)
Analysis\FlowAnalysis\AbstractFlowPass.vb (1)
1771VisitStatement(node.Body)
Generated\BoundNodes.xml.Generated.vb (4)
5402If condition IsNot Me.Condition OrElse body IsNot Me.Body OrElse continueLabel IsNot Me.ContinueLabel OrElse exitLabel IsNot Me.ExitLabel Then 11599Me.Visit(node.Body) 12627Dim body As BoundStatement = DirectCast(Me.Visit(node.Body), BoundStatement) 13938New TreeDumperNode("body", Nothing, new TreeDumperNode() {Visit(node.Body, Nothing)}),
Lowering\LocalRewriter\LocalRewriter_While.vb (1)
27Dim rewrittenBody = DirectCast(Visit(node.Body), BoundStatement)
Operations\VisualBasicOperationFactory.vb (1)
1343Dim body As IOperation = Create(boundWhileStatement.Body)