5 references to GetStatements
Microsoft.CodeAnalysis.CSharp (5)
Lowering\SpillSequenceSpiller.cs (5)
172new TreeDumperNode("statements", null, from x in this.GetStatements() select BoundTreeDumperNodeProducer.MakeTree(x)), 296var result = new BoundBlock(statement.Syntax, builder.GetLocals(), builder.GetStatements()) { WasCompilerGenerated = true }; 720exceptionFilterPrologueOpt = new BoundStatementList(node.Syntax, builder.GetStatements()); 1162_F.StatementList(consequenceBuilder.GetStatements()), 1163_F.StatementList(alternativeBuilder.GetStatements())));