10 references to Body
Microsoft.CodeAnalysis.VisualBasic (10)
Analysis\FlowAnalysis\AbstractFlowPass.vb (3)
2467
VisitStatement(node.
Body
)
2478
VisitStatement(node.
Body
)
2498
VisitStatement(node.
Body
)
Generated\BoundNodes.xml.Generated.vb (4)
5376
If topConditionOpt IsNot Me.TopConditionOpt OrElse bottomConditionOpt IsNot Me.BottomConditionOpt OrElse topConditionIsUntil <> Me.TopConditionIsUntil OrElse bottomConditionIsUntil <> Me.BottomConditionIsUntil OrElse body IsNot Me.
Body
OrElse continueLabel IsNot Me.ContinueLabel OrElse exitLabel IsNot Me.ExitLabel Then
11627
Me.Visit(node.
Body
)
12655
Dim body As BoundStatement = DirectCast(Me.Visit(node.
Body
), BoundStatement)
13966
New TreeDumperNode("body", Nothing, new TreeDumperNode() {Visit(node.
Body
, Nothing)}),
Lowering\LocalRewriter\LocalRewriter_DoLoop.vb (3)
42
Dim rewrittenBody = DirectCast(Visit(node.
Body
), BoundStatement)
83
Dim rewrittenBody = DirectCast(Visit(node.
Body
), BoundStatement)
167
Dim rewrittenBody = DirectCast(Visit(node.
Body
), BoundStatement)