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