2 writes to _locals
ILCompiler.TypeSystem (2)
parent\parent\Common\TypeSystem\IL\Stubs\ILEmitter.cs (2)
568
_locals
= locals;
584
_locals
= methodIL._locals;
2 references to _locals
ILCompiler.TypeSystem (2)
parent\parent\Common\TypeSystem\IL\Stubs\ILEmitter.cs (2)
584
_locals = methodIL.
_locals
;
637
return
_locals
;