2 references to GetDomain
System.Data.Entity (2)
System\Data\Mapping\ViewGeneration\QueryRewriting\QueryRewriter.cs (2)
391foreach (Constant domainValue in GetDomain(currentPath)) 506List<Constant> domain = GetDomain(currentPath).ToList();