6 references to CellConstant
System.Data.Entity (6)
System\Data\Mapping\ViewGeneration\Structures\CaseStatement.cs (4)
160TypeConstant typeConstant = constantSlot.CellConstant as TypeConstant; 190if (constantSlot != null && (constantSlot.CellConstant.IsNull() || constantSlot.CellConstant.IsUndefined())) 361TypeConstant typeConstant = constantSlot.CellConstant as TypeConstant;
System\Data\Mapping\ViewGeneration\Structures\OpCellTreeNode.cs (2)
544else if (constantSlot != null && constantSlot.CellConstant.IsNull()) 569if (constantSlot != null && constantSlot.CellConstant.IsNull())