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