5 references to GetLocals
Microsoft.CodeAnalysis.CSharp (5)
Lowering\SpillSequenceSpiller.cs (5)
171
new TreeDumperNode("locals", this.
GetLocals
(), null),
296
var result = new BoundBlock(statement.Syntax, builder.
GetLocals
(), builder.GetStatements()) { WasCompilerGenerated = true };
719
locals = locals.AddRange(builder.
GetLocals
());
1157
conditionBuilder.AddLocals(consequenceBuilder.
GetLocals
());
1158
conditionBuilder.AddLocals(alternativeBuilder.
GetLocals
());