11 references to Ldnull
illink (7)
Mono.Cecil (1)
Mono.Cecil.Cil\OpCodes.cs (1)
99 0xff << 0 | 0x14 << 8 | (byte) Code.Ldnull << 16 | (byte) FlowControl.Next << 24,
tlens (3)
TLens.Analyzers\InverterCtorsChainAnalyzer.cs (1)
41if (prev == Code.Ldnull || prev == Code.Ldc_I4_0)
TLens.Analyzers\RedundantFieldInitializationAnalyzer.cs (1)
67if (instr.Previous.OpCode.Code != Code.Ldnull)
TLens.Analyzers\UserOperatorCalledForNullCheckAnalyzer.cs (1)
49if (instr.Previous.OpCode.Code == Code.Ldnull)