6 references to IsNull
System.Linq.Expressions (6)
System\Linq\Expressions\Compiler\LambdaCompiler.Binary.cs (4)
42
if (ConstantCheck.
IsNull
(b.Left) && !ConstantCheck.
IsNull
(b.Right) && b.Right.Type.IsNullableType())
47
if (ConstantCheck.
IsNull
(b.Right) && !ConstantCheck.
IsNull
(b.Left) && b.Left.Type.IsNullableType())
System\Linq\Expressions\Compiler\LambdaCompiler.Logical.cs (2)
521
else if (ConstantCheck.
IsNull
(node.Left))
535
else if (ConstantCheck.
IsNull
(node.Right))