3 references to GetLocals
Microsoft.CodeAnalysis.CSharp (3)
Lowering\SpillSequenceSpiller.cs (3)
172new TreeDumperNode("locals", this.GetLocals(), null), 297var result = new BoundBlock(statement.Syntax, builder.GetLocals(), builder.GetStatements()) { WasCompilerGenerated = true }; 648locals = locals.AddRange(builder.GetLocals());