12 references to unbox
ILCompiler.Compiler (6)
Compiler\Dataflow\MethodBodyScanner.cs (1)
595
case ILOpcode.
unbox
:
IL\ILImporter.Scanner.cs (1)
1275
if (opCode == ILOpcode.
unbox
)
parent\parent\Common\TypeSystem\IL\ILImporter.cs (2)
161
case ILOpcode.
unbox
:
631
case ILOpcode.
unbox
:
parent\parent\Common\TypeSystem\IL\Stubs\UnsafeIntrinsics.cs (1)
220
codeStream.Emit(ILOpcode.
unbox
, emit.NewToken(context.GetSignatureVariable(0, method: true)));
src\runtime\src\coreclr\tools\Common\Compiler\GenericCycleDetection\GraphBuilder.cs (1)
362
case ILOpcode.
unbox
:
ILCompiler.ReadyToRun (3)
Compiler\ReadyToRunCompilationModuleGroupBase.cs (1)
706
case ILOpcode.
unbox
:
parent\parent\Common\TypeSystem\IL\Stubs\UnsafeIntrinsics.cs (1)
220
codeStream.Emit(ILOpcode.
unbox
, emit.NewToken(context.GetSignatureVariable(0, method: true)));
src\runtime\src\coreclr\tools\Common\Compiler\GenericCycleDetection\GraphBuilder.cs (1)
362
case ILOpcode.
unbox
:
ILCompiler.TypeSystem (3)
parent\parent\Common\TypeSystem\IL\ILDisassembler.cs (1)
350
case ILOpcode.
unbox
:
parent\parent\Common\TypeSystem\IL\ILStackHelper.cs (1)
398
case ILOpcode.
unbox
:
parent\parent\Common\TypeSystem\IL\ILTokenReplacer.cs (1)
56
case ILOpcode.
unbox
: