6 references to IsNull
System.Core (6)
Microsoft\Scripting\Compiler\LambdaCompiler.Binary.cs (4)
58
if (ConstantCheck.
IsNull
(b.Left) && !ConstantCheck.
IsNull
(b.Right) && TypeUtils.IsNullableType(b.Right.Type)) {
62
if (ConstantCheck.
IsNull
(b.Right) && !ConstantCheck.
IsNull
(b.Left) && TypeUtils.IsNullableType(b.Left.Type)) {
Microsoft\Scripting\Compiler\LambdaCompiler.Logical.cs (2)
531
} else if (ConstantCheck.
IsNull
(node.Left)) {
540
} else if (ConstantCheck.
IsNull
(node.Right)) {