2 references to Scope
Microsoft.CodeAnalysis.CSharp (2)
Lowering\ClosureConversion\ClosureConversion.Analysis.Tree.cs (2)
377var rootScope = new Scope(parent: null, boundNode: node, containingFunction: null); 747var newScope = new Scope(parentScope, node, currentFunction);