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