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