7 references to EndTry
ILCompiler.Compiler (4)
parent\parent\Common\TypeSystem\IL\Stubs\AsyncThunks.cs (2)
151codestream.EndTry(tryCatchRegion); 226codestream.EndTry(tryFinallyRegion);
parent\parent\Common\TypeSystem\IL\Stubs\DelegateThunks.cs (1)
609codeStream.EndTry(tryFinallyRegion);
parent\parent\Common\TypeSystem\IL\Stubs\PInvokeILEmitter.cs (1)
423unmarshallingCodestream.EndTry(tryFinally);
ILCompiler.ReadyToRun (3)
IL\Stubs\PInvokeILEmitter.cs (1)
109unmarshallingCodestream.EndTry(tryFinally);
parent\parent\Common\TypeSystem\IL\Stubs\AsyncThunks.cs (2)
151codestream.EndTry(tryCatchRegion); 226codestream.EndTry(tryFinallyRegion);