1 write to _parent
System.Reflection.Emit (1)
System\Reflection\Emit\ILGeneratorImpl.cs (1)
919
_parent
= parent;
2 references to _parent
System.Reflection.Emit (2)
System\Reflection\Emit\ILGeneratorImpl.cs (2)
773
if (_currentScope.
_parent
== null)
779
_currentScope = _currentScope.
_parent
;