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