1 write to ILRegion
ILCompiler.Compiler (1)
IL\ILImporter.Scanner.cs (1)
123
_exceptionRegions[i] = new ExceptionRegion() {
ILRegion
= ilExceptionRegions[i] };
5 references to ILRegion
ILCompiler.Compiler (5)
IL\ILImporter.Scanner.cs (1)
249
ILExceptionRegion region = ehRegion.
ILRegion
;
src\runtime\src\coreclr\tools\Common\TypeSystem\IL\ILImporter.cs (4)
279
CreateBasicBlock(r.
ILRegion
.TryOffset).TryStart = true;
280
if (r.
ILRegion
.Kind == ILExceptionRegionKind.Filter)
281
CreateBasicBlock(r.
ILRegion
.FilterOffset).FilterStart = true;
282
CreateBasicBlock(r.
ILRegion
.HandlerOffset).HandlerStart = true;