13 references to NullCheck
System.Linq.Expressions (13)
System\Linq\Expressions\Interpreter\CallInstruction.cs (2)
317NullCheck(instance); 414NullCheck(instance);
System\Linq\Expressions\Interpreter\CallInstruction.Generated.cs (8)
258NullCheck(firstArg); 297NullCheck(firstArg); 336NullCheck(firstArg); 375NullCheck(firstArg); 436NullCheck(firstArg); 477NullCheck(firstArg); 518NullCheck(firstArg); 559NullCheck(firstArg);
System\Linq\Expressions\Interpreter\FieldOperations.cs (2)
55NullCheck(self); 77NullCheck(self);
System\Linq\Expressions\Interpreter\NullCheckInstruction.cs (1)
18NullCheck(frame.Peek());