16 references to Body
Microsoft.CodeAnalysis.VisualBasic (16)
Analysis\FlowAnalysis\AbstractFlowPass.vb (2)
1948VisitStatement(node.Body) 1996VisitStatement(node.Body)
Generated\BoundNodes.xml.Generated.vb (8)
5605If 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 5652If 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 11619Me.Visit(node.Body) 11627Me.Visit(node.Body) 12647Dim body As BoundStatement = DirectCast(Me.Visit(node.Body), BoundStatement) 12655Dim body As BoundStatement = DirectCast(Me.Visit(node.Body), BoundStatement) 13964New TreeDumperNode("body", Nothing, new TreeDumperNode() {Visit(node.Body, Nothing)}), 13977New TreeDumperNode("body", Nothing, new TreeDumperNode() {Visit(node.Body, Nothing)}),
Lowering\LocalRewriter\LocalRewriter_ForEach.vb (2)
432Dim body = DirectCast(Visit(forEachStatement.Body), BoundStatement) 607DirectCast(Visit(node.Body), BoundStatement))
Lowering\LocalRewriter\LocalRewriter_ForTo.vb (2)
198Dim rewrittenBody = DirectCast(Visit(forStatement.Body), BoundStatement) 478Dim rewrittenBody = DirectCast(Visit(forStatement.Body), BoundStatement)
Operations\VisualBasicOperationFactory.vb (2)
1160Dim body As IOperation = Create(boundForToStatement.Body) 1242Dim body As IOperation = Create(boundForEachStatement.Body)