14 references to Body
Microsoft.CodeAnalysis.VisualBasic (14)
Analysis\FlowAnalysis\AbstractFlowPass.vb (2)
1964VisitStatement(node.Body) 2012VisitStatement(node.Body)
Generated\BoundNodes.xml.Generated.vb (8)
5608If 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 5655If 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 11637Me.Visit(node.Body) 11645Me.Visit(node.Body) 12665Dim body As BoundStatement = DirectCast(Me.Visit(node.Body), BoundStatement) 12673Dim body As BoundStatement = DirectCast(Me.Visit(node.Body), BoundStatement) 13985New TreeDumperNode("body", Nothing, new TreeDumperNode() {Visit(node.Body, Nothing)}), 13998New 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)