6 references to Body
Microsoft.CodeAnalysis.VisualBasic (6)
Analysis\FlowAnalysis\AbstractFlowPass.vb (1)
1787VisitStatement(node.Body)
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 11624Me.Visit(node.Body) 12652Dim body As BoundStatement = DirectCast(Me.Visit(node.Body), BoundStatement) 13966New TreeDumperNode("body", Nothing, new TreeDumperNode() {Visit(node.Body, Nothing)}),
Lowering\LocalRewriter\LocalRewriter_While.vb (1)
27Dim rewrittenBody = DirectCast(Visit(node.Body), BoundStatement)