16 references to HasNullSentinelProperty
System.Data.Entity (16)
System\Data\Query\PlanCompiler\ColumnMapProcessor.cs (2)
123if (typeInfo.HasNullSentinelProperty) 408if (typeInfo.HasNullSentinelProperty)
System\Data\Query\PlanCompiler\NominalTypeEliminator.cs (14)
466if (opKind == OperationKind.IsNull && typeInfo.HasNullSentinelProperty) 512PlanCompiler.Assert(typeInfo.HasNullSentinelProperty, "complex type with no null sentinel property: can't handle isNull"); 1758PlanCompiler.Assert(outputTypeInfo.HasNullSentinelProperty && !inputTypeInfo.HasNullSentinelProperty, "NullSentinelProperty mismatch on input?"); 1770PlanCompiler.Assert(!outputTypeInfo.HasNullSentinelProperty && inputTypeInfo.HasNullSentinelProperty, "NullSentinelProperty mismatch on output?"); 1991if (!m_typeInfo.GetTypeInfo(n.Op.Type).HasNullSentinelProperty) 2308if (outputTypeInfo.HasNullSentinelProperty && !inputTypeInfo.HasNullSentinelProperty) 2454if (inputTypeInfo.HasNullSentinelProperty && !outputTypeInfo.HasNullSentinelProperty) 2470if (inputTypeInfo.HasNullSentinelProperty && !outputTypeInfo.HasNullSentinelProperty) 2762if (typeInfo.HasNullSentinelProperty)