1 instantiation of NullCheckInstruction
System.Linq.Expressions (1)
System\Linq\Expressions\Interpreter\NullCheckInstruction.cs (1)
8public static readonly Instruction Instance = new NullCheckInstruction();
3 references to NullCheckInstruction
System.Linq.Expressions (3)
System\Linq\Expressions\Interpreter\InstructionList.cs (1)
770Debug.Assert(_instructions[_instructions.Count - 1] == NullCheckInstruction.Instance);
System\Linq\Expressions\Interpreter\LightCompiler.cs (2)
1204_instructions.Emit(NullCheckInstruction.Instance); 2894_instructions.Emit(NullCheckInstruction.Instance);