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