3 references to GetStatements
Microsoft.CodeAnalysis.CSharp (3)
Lowering\SpillSequenceSpiller.cs (3)
173new TreeDumperNode("statements", null, from x in this.GetStatements() select BoundTreeDumperNodeProducer.MakeTree(x)), 297var result = new BoundBlock(statement.Syntax, builder.GetLocals(), builder.GetStatements()) { WasCompilerGenerated = true }; 649exceptionFilterPrologueOpt = new BoundStatementList(node.Syntax, builder.GetStatements());