7 references to BeginHandler
ILCompiler.Compiler (4)
parent\parent\Common\TypeSystem\IL\Stubs\AsyncThunks.cs (2)
155codestream.BeginHandler(tryCatchRegion); 230codestream.BeginHandler(tryFinallyRegion);
parent\parent\Common\TypeSystem\IL\Stubs\DelegateThunks.cs (1)
612codeStream.BeginHandler(tryFinallyRegion);
parent\parent\Common\TypeSystem\IL\Stubs\PInvokeILEmitter.cs (1)
393cleanupCodestream.BeginHandler(tryFinally);
ILCompiler.ReadyToRun (3)
IL\Stubs\PInvokeILEmitter.cs (1)
97cleanupCodestream.BeginHandler(tryFinally);
parent\parent\Common\TypeSystem\IL\Stubs\AsyncThunks.cs (2)
155codestream.BeginHandler(tryCatchRegion); 230codestream.BeginHandler(tryFinallyRegion);