4 references to NullSentinelProperty
System.Data.Entity (4)
System\Data\Query\PlanCompiler\ColumnMapProcessor.cs (2)
125nullSentinelColumnMap = CreateSimpleColumnMap(md.Helper.GetModelTypeUsage(typeInfo.NullSentinelProperty), c_NullSentinelColumnName); 410nullSentinelColumnMap = CreateSimpleColumnMap(md.Helper.GetModelTypeUsage(typeInfo.NullSentinelProperty), c_NullSentinelColumnName);
System\Data\Query\PlanCompiler\NominalTypeEliminator.cs (2)
2491PlanCompiler.Assert(inputFields[0] == inputTypeInfo.NullSentinelProperty, "InputField0 must be the null sentinel property"); 2764newFields.Add(typeInfo.NullSentinelProperty);