2 writes to _exceptionRegions
ILCompiler.TypeSystem (2)
parent\parent\Common\TypeSystem\IL\Stubs\ILEmitter.cs (2)
575
_exceptionRegions
= exceptionRegions;
589
_exceptionRegions
= methodIL._exceptionRegions;
2 references to _exceptionRegions
ILCompiler.TypeSystem (2)
parent\parent\Common\TypeSystem\IL\Stubs\ILEmitter.cs (2)
589
_exceptionRegions = methodIL.
_exceptionRegions
;
625
return
_exceptionRegions
;