5 references to IsNull
System.Data.Entity (5)
System\Data\Query\PlanCompiler\NominalTypeEliminator.cs (5)
458PlanCompiler.Assert(opKind == OperationKind.IsNull || opKind == OperationKind.Equality, 466if (opKind == OperationKind.IsNull && typeInfo.HasNullSentinelProperty) 494(opKind == OperationKind.IsNull && !typeInfo.HasTypeIdProperty)) 511PlanCompiler.Assert(opKind == OperationKind.IsNull, "complex types not equality-comparable"); 2214GetPropertyValues(typeInfo, OperationKind.IsNull, n.Child0, false, out properties, out values);