11 references to Undefined
System.Data.Entity (11)
System\Data\Mapping\ViewGeneration\QueryRewriting\FragmentQueryKB.cs (2)
188
new Domain(ScalarConstant.
Undefined
, childDomain)), domainMap);
193
new Domain(TypeConstant.
Undefined
, childDomain)), domainMap);
System\Data\Mapping\ViewGeneration\QueryRewriting\QueryRewriter.cs (3)
393
if (domainValue == Constant.
Undefined
)
522
if (domainValue == Constant.
Undefined
&& _context.ViewTarget == ViewTarget.QueryView)
527
new 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)
128
domainValues.Add(Constant.
Undefined
);
150
memberSet.Add(Constant.
Undefined
);
247
extra.Remove(Constant.
Undefined
);
System\Data\Mapping\ViewGeneration\Structures\ScalarRestriction.cs (2)
299
if (domainValues.Contains(Constant.
Undefined
))
302
domainValues.Remove(Constant.
Undefined
);