1 instantiation of ExceptionRegion
ILCompiler.Compiler (1)
IL\ILImporter.Scanner.cs (1)
123
_exceptionRegions[i] = new
ExceptionRegion
() { ILRegion = ilExceptionRegions[i] };
4 references to ExceptionRegion
ILCompiler.Compiler (4)
IL\ILImporter.Scanner.cs (3)
78
private
ExceptionRegion
[] _exceptionRegions;
120
_exceptionRegions = new
ExceptionRegion
[ilExceptionRegions.Length];
247
foreach (
ExceptionRegion
ehRegion in _exceptionRegions)
src\runtime\src\coreclr\tools\Common\TypeSystem\IL\ILImporter.cs (1)
277
var
r = _exceptionRegions[i];