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