11 references to endfinally
ILCompiler.Compiler (8)
Compiler\Dataflow\MethodBodyScanner.cs (1)
788case ILOpcode.endfinally:
Compiler\Dataflow\ScannerExtensions.cs (1)
46case ILOpcode.endfinally:
Compiler\SubstitutedILProvider.cs (2)
203|| opcode == ILOpcode.endfinally 401|| opcode == ILOpcode.endfinally
parent\parent\Common\TypeSystem\IL\ILImporter.cs (1)
826case ILOpcode.endfinally: //both endfinally and endfault
parent\parent\Common\TypeSystem\IL\Stubs\AsyncThunks.cs (1)
234codestream.Emit(ILOpcode.endfinally);
parent\parent\Common\TypeSystem\IL\Stubs\DelegateThunks.cs (1)
630codeStream.Emit(ILOpcode.endfinally);
parent\parent\Common\TypeSystem\IL\Stubs\PInvokeILEmitter.cs (1)
425cleanupCodestream.Emit(ILOpcode.endfinally);
ILCompiler.ReadyToRun (2)
IL\Stubs\PInvokeILEmitter.cs (1)
111cleanupCodestream.Emit(ILOpcode.endfinally);
parent\parent\Common\TypeSystem\IL\Stubs\AsyncThunks.cs (1)
234codestream.Emit(ILOpcode.endfinally);
ILCompiler.TypeSystem (1)
parent\parent\Common\TypeSystem\IL\ILStackHelper.cs (1)
335case ILOpcode.endfinally: