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