2 references to IsDefaultValue
System.Data.Entity (2)
System\Data\Mapping\ViewGeneration\QueryRewriting\QueryRewriter.cs (2)
248
Constant defaultValue = oldDomain.FirstOrDefault(domainValue =>
IsDefaultValue
(domainValue, currentPath));
554
if (!
IsDefaultValue
(domainValue, currentPath))