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