5 references to _exceptionRegions
ILCompiler.TypeSystem (5)
parent\parent\Common\TypeSystem\IL\Stubs\ILEmitter.cs (5)
751
_exceptionRegions
.Add(region);
758
_exceptionRegions
.Add(region);
810
int numberOfExceptionRegions =
_exceptionRegions
.Count;
814
for (int i = 0; i <
_exceptionRegions
.Count; i++)
816
ILExceptionRegionBuilder region =
_exceptionRegions
[i];