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