7 references to EndHandler
ILCompiler.Compiler (4)
parent\parent\Common\TypeSystem\IL\Stubs\AsyncThunks.cs (2)
189codestream.EndHandler(tryCatchRegion); 235codestream.EndHandler(tryFinallyRegion);
parent\parent\Common\TypeSystem\IL\Stubs\DelegateThunks.cs (1)
631codeStream.EndHandler(tryFinallyRegion);
parent\parent\Common\TypeSystem\IL\Stubs\PInvokeILEmitter.cs (1)
426cleanupCodestream.EndHandler(tryFinally);
ILCompiler.ReadyToRun (3)
IL\Stubs\PInvokeILEmitter.cs (1)
112cleanupCodestream.EndHandler(tryFinally);
parent\parent\Common\TypeSystem\IL\Stubs\AsyncThunks.cs (2)
189codestream.EndHandler(tryCatchRegion); 235codestream.EndHandler(tryFinallyRegion);