3 references to HasDiscreteDomain
System.Data.Entity (3)
System\Data\Mapping\ViewGeneration\Structures\Domain.cs (1)
137
if (MetadataHelper.
HasDiscreteDomain
(type))
System\Data\Mapping\ViewGeneration\Structures\MemberDomainMap.cs (2)
207
if (MetadataHelper.
HasDiscreteDomain
(path.EdmType))
241
if (MetadataHelper.
HasDiscreteDomain
(member.EdmType) == false)