2 references to ILExceptionRegionBuilder
ILCompiler.TypeSystem (2)
parent\parent\Common\TypeSystem\IL\Stubs\ILEmitter.cs (2)
750var region = new ILExceptionRegionBuilder(ILExceptionRegionKind.Catch, exceptionType); 757var region = new ILExceptionRegionBuilder(ILExceptionRegionKind.Finally);