15 references to ldnull
ILCompiler.Compiler (10)
Compiler\Dataflow\MethodBodyScanner.cs (1)
416
case ILOpcode.
ldnull
:
Compiler\TypePreinit.cs (1)
278
case ILOpcode.
ldnull
:
IL\IsInstCheckPatternAnalyzer.cs (1)
60
else if (opcode == ILOpcode.
ldnull
)
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)
406
case ILOpcode.
ldnull
:
parent\parent\Common\TypeSystem\IL\NativeAotILProvider.cs (1)
222
(byte)ILOpcode.
ldnull
,
parent\parent\Common\TypeSystem\IL\Stubs\AsyncResumptionStub.cs (1)
68
ilStream.Emit(ILOpcode.
ldnull
);
parent\parent\Common\TypeSystem\IL\Stubs\DelegateThunks.cs (1)
206
codeStream.Emit(ILOpcode.
ldnull
);
parent\parent\Common\TypeSystem\Interop\IL\Marshaller.cs (1)
2095
codeStream.Emit(ILOpcode.
ldnull
);
ILCompiler.ReadyToRun (4)
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\Stubs\AsyncResumptionStub.cs (1)
68
ilStream.Emit(ILOpcode.
ldnull
);
parent\parent\Common\TypeSystem\Interop\IL\Marshaller.cs (1)
2095
codeStream.Emit(ILOpcode.
ldnull
);
ILCompiler.TypeSystem (1)
parent\parent\Common\TypeSystem\IL\ILStackHelper.cs (1)
96
case ILOpcode.
ldnull
: