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