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