2 references to CanChangeNullSentinelValue
System.Data.Entity (2)
System\Data\Query\PlanCompiler\TransformationRules.cs (2)
2343
bool canChangeNullSentinelValue = trc.
CanChangeNullSentinelValue
;
2568
if (varDefNode.Child0.Op.OpType == OpType.NullSentinel && sentinelIsInt32 && trc.
CanChangeNullSentinelValue
)