5 references to GetElementsHashCode
System.Data.Entity (5)
System\Data\Common\Utils\Boolean\BoolExpr.cs (1)
339_hashCode = _children.GetElementsHashCode();
System\Data\Common\Utils\Boolean\Clause.cs (1)
38_hashCode = _literals.GetElementsHashCode();
System\Data\Common\Utils\Boolean\DomainConstraint.cs (2)
42int domainHashCode = _domain.GetElementsHashCode(); 102_hashCode = _variable.GetHashCode() ^ _range.GetElementsHashCode();
System\Data\Common\Utils\Set.cs (1)
377return obj.GetElementsHashCode();