6 references to DeriveDomainFromMemberPath
System.Data.Entity (6)
System\Data\Mapping\ViewGeneration\Structures\Domain.cs (2)
353
CellConstantSet cDomain =
DeriveDomainFromMemberPath
(slot.MemberPath, edmItemCollection, isValidationEnabled);
375
CellConstantSet domainValues =
DeriveDomainFromMemberPath
(slot.MemberPath, edmItemCollection, true /* leaveDomainUnbounded */);
System\Data\Mapping\ViewGeneration\Structures\MemberDomainMap.cs (4)
97
domainValues = Domain.
DeriveDomainFromMemberPath
(memberPath, edmItemCollection, isValidationEnabled);
147
CellConstantSet memberSet = Domain.
DeriveDomainFromMemberPath
(member, m_edmItemCollection, true /* Regardless of validation, leave the domain unbounded because this is not a condition member */);
211
Set<Constant> completeDomain = Domain.
DeriveDomainFromMemberPath
(path, m_edmItemCollection, true /* leaveDomainUnbounded */);
245
CellConstantSet domain = Domain.
DeriveDomainFromMemberPath
(member, edmItemCollection, true /* leaveDomainUnbounded */);