2 references to NestedFunction
Microsoft.CodeAnalysis.CSharp (2)
Lowering\ClosureConversion\ClosureConversion.Analysis.Tree.cs (2)
557_currentScope.NestedFunctions.Add(new NestedFunction(functionSymbol, blockSyntax: null)); 563var function = new NestedFunction(functionSymbol, body.Syntax.GetReference());