2 references to Scope
System.Reflection.Emit (2)
System\Reflection\Emit\ILGeneratorImpl.cs (2)
45_scope = new Scope(_il.Offset, parent: null); 238Scope newScope = new Scope(_il.Offset, _currentScope);