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)
166CompilerScope parent = _parent; 245for (CompilerScope s = this; s != null; s = s._parent) { 281Debug.Assert(_parent == null && parent != this); 284if (NeedsClosure && _parent != null) { 285_closureHoistedLocals = _parent.NearestHoistedLocals;