2 references to BuildLocals
Microsoft.CodeAnalysis.CSharp (2)
Binder\BlockBinder.cs (1)
35return BuildLocals(_block.Statements, this);
Binder\SwitchBinder.cs (1)
140builder.AddRange(BuildLocals(section.Statements, GetBinder(section)));