10 references to NestedFunctions
Microsoft.CodeAnalysis.CSharp (10)
Lowering\ClosureConversion\ClosureConversion.Analysis.cs (4)
378foreach (var closure in scope.NestedFunctions) 588foreach (var function in currentScope.NestedFunctions) 654foreach (var function in currentScope.NestedFunctions) 675foreach (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);