1 write to _exceptionRegions
ILCompiler.Compiler (1)
IL\ILImporter.Scanner.cs (1)
120
_exceptionRegions
= new ExceptionRegion[ilExceptionRegions.Length];
4 references to _exceptionRegions
ILCompiler.Compiler (4)
IL\ILImporter.Scanner.cs (2)
123
_exceptionRegions
[i] = new ExceptionRegion() { ILRegion = ilExceptionRegions[i] };
247
foreach (ExceptionRegion ehRegion in
_exceptionRegions
)
src\runtime\src\coreclr\tools\Common\TypeSystem\IL\ILImporter.cs (2)
275
for (int i = 0; i <
_exceptionRegions
.Length; i++)
277
var r =
_exceptionRegions
[i];