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