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)
249ILExceptionRegion region = ehRegion.ILRegion;
src\runtime\src\coreclr\tools\Common\TypeSystem\IL\ILImporter.cs (4)
279CreateBasicBlock(r.ILRegion.TryOffset).TryStart = true; 280if (r.ILRegion.Kind == ILExceptionRegionKind.Filter) 281CreateBasicBlock(r.ILRegion.FilterOffset).FilterStart = true; 282CreateBasicBlock(r.ILRegion.HandlerOffset).HandlerStart = true;