5 references to ExpressionsCompatible
System.Data.Entity (5)
System\Data\Mapping\ViewGeneration\DiscriminatorMap.cs (5)
206
if (!
ExpressionsCompatible
(assignment, existingAssignment)) { return false; }
231
if (!
ExpressionsCompatible
(assignment, existingAssignment)) { return false; }
263
ExpressionsCompatible
(prop1.Instance, prop2.Instance);
275
if (!
ExpressionsCompatible
(newX.Arguments[i], newY.Arguments[i]))
287
ExpressionsCompatible
(refX.Argument, refY.Argument));