1 write to Parent
System.Core (1)
Microsoft\Scripting\Compiler\HoistedLocals.cs (1)
88Parent = parent;
6 references to Parent
System.Core (6)
Microsoft\Scripting\Compiler\CompilerScope.cs (3)
188locals = locals.Parent; 258for (HoistedLocals h = hoistedLocals; h != null; h = h.Parent) { 395while ((locals = locals.Parent) != null) {
Microsoft\Scripting\Compiler\ExpressionQuoter.cs (1)
175scope = scope.Parent;
Microsoft\Scripting\Compiler\HoistedLocals.cs (2)
94get { return Parent != null ? Parent.SelfVariable : null; }