10 references to NestedFunctions
Microsoft.CodeAnalysis.CSharp (10)
Lowering\ClosureConversion\ClosureConversion.Analysis.cs (4)
377foreach (var closure in scope.NestedFunctions) 587foreach (var function in currentScope.NestedFunctions) 653foreach (var function in currentScope.NestedFunctions) 674foreach (var function in scope.NestedFunctions)
Lowering\ClosureConversion\ClosureConversion.Analysis.Tree.cs (6)
103foreach (var function in NestedFunctions) 107NestedFunctions.Free(); 221foreach (var function in scope.NestedFunctions) 238foreach (var function in scope.NestedFunctions) 576_currentScope.NestedFunctions.Add(new NestedFunction(functionSymbol, blockSyntax: null)); 583_currentScope.NestedFunctions.Add(function);