5 references to NewFinallyRegion
ILCompiler.Compiler (3)
parent\parent\Common\TypeSystem\IL\Stubs\AsyncThunks.cs (1)
58ILExceptionRegionBuilder tryFinallyRegion = emitter.NewFinallyRegion();
parent\parent\Common\TypeSystem\IL\Stubs\DelegateThunks.cs (1)
577tryFinallyRegion = emitter.NewFinallyRegion();
parent\parent\Common\TypeSystem\IL\Stubs\PInvokeILEmitter.cs (1)
390ILExceptionRegionBuilder tryFinally = emitter.NewFinallyRegion();
ILCompiler.ReadyToRun (2)
IL\Stubs\PInvokeILEmitter.cs (1)
94ILExceptionRegionBuilder tryFinally = emitter.NewFinallyRegion();
parent\parent\Common\TypeSystem\IL\Stubs\AsyncThunks.cs (1)
58ILExceptionRegionBuilder tryFinallyRegion = emitter.NewFinallyRegion();