1 write to _children
System.Reflection.Emit (1)
System\Reflection\Emit\ILGeneratorImpl.cs (1)
237
_currentScope.
_children
??= new List<Scope>();
5 references to _children
System.Reflection.Emit (5)
System\Reflection\Emit\ILGeneratorImpl.cs (3)
239
_currentScope.
_children
.Add(newScope);
938
if (
_children
!= null)
940
foreach (Scope child in
_children
)
System\Reflection\Emit\ModuleBuilderImpl.cs (2)
520
if (scope.
_children
!= null)
522
foreach (Scope childScope in scope.
_children
)