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