12 references to throw_
ILCompiler.Compiler (8)
Compiler\Dataflow\MethodBodyScanner.cs (1)
790case ILOpcode.throw_:
Compiler\Dataflow\ScannerExtensions.cs (1)
47case ILOpcode.throw_:
Compiler\SubstitutedILProvider.cs (2)
204|| opcode == ILOpcode.throw_ 402|| opcode == ILOpcode.throw_
parent\parent\Common\Compiler\CompilerTypeSystemContext.BoxedTypes.cs (2)
423new byte[] { (byte)ILOpcode.ldnull, (byte)ILOpcode.throw_ }, 536new byte[] { (byte)ILOpcode.ldnull, (byte)ILOpcode.throw_ },
parent\parent\Common\TypeSystem\IL\ILImporter.cs (1)
634case ILOpcode.throw_:
parent\parent\Common\TypeSystem\Interop\IL\MarshalHelpers.Aot.cs (1)
131codeStream.Emit(ILOpcode.throw_);
ILCompiler.ReadyToRun (3)
JitInterface\CorInfoImpl.ReadyToRun.cs (1)
688if (ilOpcode == ILOpcode.throw_)
parent\parent\Common\Compiler\CompilerTypeSystemContext.BoxedTypes.cs (2)
423new byte[] { (byte)ILOpcode.ldnull, (byte)ILOpcode.throw_ }, 536new byte[] { (byte)ILOpcode.ldnull, (byte)ILOpcode.throw_ },
ILCompiler.TypeSystem (1)
parent\parent\Common\TypeSystem\IL\ILStackHelper.cs (1)
175case ILOpcode.throw_: