2 writes to _parent
System.Core (2)
Microsoft\Scripting\Compiler\CompilerScope.cs (2)
167
_parent
= null;
282
_parent
= parent;
5 references to _parent
System.Core (5)
Microsoft\Scripting\Compiler\CompilerScope.cs (5)
166
CompilerScope parent =
_parent
;
245
for (CompilerScope s = this; s != null; s = s.
_parent
) {
281
Debug.Assert(
_parent
== null && parent != this);
284
if (NeedsClosure &&
_parent
!= null) {
285
_closureHoistedLocals =
_parent
.NearestHoistedLocals;