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