4 references to m_typesNeedingNullSentinel
System.Data.Entity (4)
System\Data\Query\PlanCompiler\PreProcessor.cs (4)
167
preProcessor.
m_typesNeedingNullSentinel
,
200
ppOp.ColumnMap.Accept(StructuredTypeNullabilityAnalyzer.Instance,
m_typesNeedingNullSentinel
);
1203
m_typesNeedingNullSentinel
.Add(op.Type.EdmType.Identity);
1230
StructuredTypeNullabilityAnalyzer.MarkAsNeedingNullSentinel(
m_typesNeedingNullSentinel
, n.Child0.Op.Type);