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
;
53
internal List<LocalBuilder> Locals =>
_scope
.GetAllLocals();
55
internal Scope Scope =>
_scope
;