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