9 references to Statements
Microsoft.CodeAnalysis.VisualBasic (9)
Analysis\FlowAnalysis\AbstractFlowPass.vb (1)
2389For Each statement In node.Statements
CodeGen\EmitStatement.vb (2)
37Dim n As Integer = list.Statements.Length 39EmitStatement(list.Statements(i))
Generated\BoundNodes.xml.Generated.vb (4)
6671If statements <> Me.Statements Then 11761Me.VisitList(node.Statements) 12803Dim statements As ImmutableArray(Of BoundStatement) = Me.VisitList(node.Statements) 14171New TreeDumperNode("statements", Nothing, From x In node.Statements Select Visit(x, Nothing))
Lowering\LambdaRewriter\LambdaRewriter.vb (1)
732For Each s In node.Statements
Lowering\LocalRewriter\LocalRewriter_ForEach.vb (1)
336statements.AddRange(DirectCast(boundWhileStatement, BoundStatementList).Statements)