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