1 write to _scope
System.Reflection.Emit (1)
System\Reflection\Emit\ILGeneratorImpl.cs (1)
45_scope = new Scope(_il.Offset, parent: null);
3 references to _scope
System.Reflection.Emit (3)
System\Reflection\Emit\ILGeneratorImpl.cs (3)
46_currentScope = _scope; 53internal List<LocalBuilder> Locals => _scope.GetAllLocals(); 55internal Scope Scope => _scope;