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