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)
5624If 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 5671If 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 11653Me.Visit(node.Body) 11661Me.Visit(node.Body) 12681Dim body As BoundStatement = DirectCast(Me.Visit(node.Body), BoundStatement) 12689Dim body As BoundStatement = DirectCast(Me.Visit(node.Body), BoundStatement) 14001New TreeDumperNode("body", Nothing, new TreeDumperNode() {Visit(node.Body, Nothing)}), 14014New 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)