3 references to Left
System.Data.Entity (3)
System\Data\Query\PlanCompiler\ConstraintManager.cs (3)
62return (other != null) && other.Left.Equals(this.Left) && other.Right.Equals(this.Right); 71return (this.Left.GetHashCode() << 4) ^ this.Right.GetHashCode();