2 references to BuildLocalFunctions
Microsoft.CodeAnalysis.CSharp (2)
Binder\BlockBinder.cs (1)
40
return
BuildLocalFunctions
(_block.Statements);
Binder\SwitchBinder.cs (1)
152
builder.AddRange(
BuildLocalFunctions
(section.Statements));