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); 938if (_children != null) 940foreach (Scope child in _children)
System\Reflection\Emit\ModuleBuilderImpl.cs (2)
520if (scope._children != null) 522foreach (Scope childScope in scope._children)