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