16 references to Body
Microsoft.CodeAnalysis.VisualBasic (16)
Analysis\FlowAnalysis\AbstractFlowPass.vb (2)
1948
VisitStatement(node.
Body
)
1996
VisitStatement(node.
Body
)
Generated\BoundNodes.xml.Generated.vb (8)
5605
If initialValue IsNot Me.InitialValue OrElse limitValue IsNot Me.LimitValue OrElse stepValue IsNot Me.StepValue OrElse checked <> Me.Checked OrElse operatorsOpt IsNot Me.OperatorsOpt OrElse declaredOrInferredLocalOpt IsNot Me.DeclaredOrInferredLocalOpt OrElse controlVariable IsNot Me.ControlVariable OrElse body IsNot Me.
Body
OrElse nextVariablesOpt <> Me.NextVariablesOpt OrElse continueLabel IsNot Me.ContinueLabel OrElse exitLabel IsNot Me.ExitLabel Then
5652
If collection IsNot Me.Collection OrElse enumeratorInfo IsNot Me.EnumeratorInfo OrElse declaredOrInferredLocalOpt IsNot Me.DeclaredOrInferredLocalOpt OrElse controlVariable IsNot Me.ControlVariable OrElse body IsNot Me.
Body
OrElse nextVariablesOpt <> Me.NextVariablesOpt OrElse continueLabel IsNot Me.ContinueLabel OrElse exitLabel IsNot Me.ExitLabel Then
11619
Me.Visit(node.
Body
)
11627
Me.Visit(node.
Body
)
12647
Dim body As BoundStatement = DirectCast(Me.Visit(node.
Body
), BoundStatement)
12655
Dim body As BoundStatement = DirectCast(Me.Visit(node.
Body
), BoundStatement)
13964
New TreeDumperNode("body", Nothing, new TreeDumperNode() {Visit(node.
Body
, Nothing)}),
13977
New TreeDumperNode("body", Nothing, new TreeDumperNode() {Visit(node.
Body
, Nothing)}),
Lowering\LocalRewriter\LocalRewriter_ForEach.vb (2)
432
Dim body = DirectCast(Visit(forEachStatement.
Body
), BoundStatement)
607
DirectCast(Visit(node.
Body
), BoundStatement))
Lowering\LocalRewriter\LocalRewriter_ForTo.vb (2)
198
Dim rewrittenBody = DirectCast(Visit(forStatement.
Body
), BoundStatement)
478
Dim rewrittenBody = DirectCast(Visit(forStatement.
Body
), BoundStatement)
Operations\VisualBasicOperationFactory.vb (2)
1160
Dim body As IOperation = Create(boundForToStatement.
Body
)
1242
Dim body As IOperation = Create(boundForEachStatement.
Body
)