10 references to NestedFunctions
Microsoft.CodeAnalysis.CSharp (10)
Lowering\ClosureConversion\ClosureConversion.Analysis.cs (4)
373foreach (var closure in scope.NestedFunctions) 568foreach (var function in currentScope.NestedFunctions) 634foreach (var function in currentScope.NestedFunctions) 655foreach (var function in scope.NestedFunctions)
Lowering\ClosureConversion\ClosureConversion.Analysis.Tree.cs (6)
102foreach (var function in NestedFunctions) 106NestedFunctions.Free(); 203foreach (var function in scope.NestedFunctions) 220foreach (var function in scope.NestedFunctions) 557_currentScope.NestedFunctions.Add(new NestedFunction(functionSymbol, blockSyntax: null)); 564_currentScope.NestedFunctions.Add(function);