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