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