4 references to IsNullConstant
System.Core (4)
Microsoft\Scripting\Ast\BinaryExpression.cs (4)
748if (IsNullConstant(left) && !IsNullConstant(right) && TypeUtils.IsNullableType(right.Type)) { 751if (IsNullConstant(right) && !IsNullConstant(left) && TypeUtils.IsNullableType(left.Type)) {