11 references to Undefined
System.Data.Entity (11)
System\Data\Mapping\ViewGeneration\QueryRewriting\FragmentQueryKB.cs (2)
188new Domain(ScalarConstant.Undefined, childDomain)), domainMap); 193new Domain(TypeConstant.Undefined, childDomain)), domainMap);
System\Data\Mapping\ViewGeneration\QueryRewriting\QueryRewriter.cs (3)
393if (domainValue == Constant.Undefined) 522if (domainValue == Constant.Undefined && _context.ViewTarget == ViewTarget.QueryView) 527new ConstantProjectedSlot(Constant.Undefined, currentPath));
System\Data\Mapping\ViewGeneration\Structures\CellQuery.cs (1)
692!scalarConst.Domain.Contains(Constant.Undefined);
System\Data\Mapping\ViewGeneration\Structures\MemberDomainMap.cs (3)
128domainValues.Add(Constant.Undefined); 150memberSet.Add(Constant.Undefined); 247extra.Remove(Constant.Undefined);
System\Data\Mapping\ViewGeneration\Structures\ScalarRestriction.cs (2)
299if (domainValues.Contains(Constant.Undefined)) 302domainValues.Remove(Constant.Undefined);