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