7 references to BeginTry
ILCompiler.Compiler (4)
parent\parent\Common\TypeSystem\IL\Stubs\AsyncThunks.cs (2)
60codestream.BeginTry(tryFinallyRegion); 64codestream.BeginTry(tryCatchRegion);
parent\parent\Common\TypeSystem\IL\Stubs\DelegateThunks.cs (1)
578codeStream.BeginTry(tryFinallyRegion);
parent\parent\Common\TypeSystem\IL\Stubs\PInvokeILEmitter.cs (1)
392marshallingCodestream.BeginTry(tryFinally);
ILCompiler.ReadyToRun (3)
IL\Stubs\PInvokeILEmitter.cs (1)
96marshallingCodestream.BeginTry(tryFinally);
parent\parent\Common\TypeSystem\IL\Stubs\AsyncThunks.cs (2)
60codestream.BeginTry(tryFinallyRegion); 64codestream.BeginTry(tryCatchRegion);