1 write to _parent
System.Reflection.Emit (1)
System\Reflection\Emit\ILGeneratorImpl.cs (1)
939
_parent
= parent;
2 references to _parent
System.Reflection.Emit (2)
System\Reflection\Emit\ILGeneratorImpl.cs (2)
793
if (_currentScope.
_parent
== null)
799
_currentScope = _currentScope.
_parent
;