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)
42
int domainHashCode = _domain.
GetElementsHashCode
();
102
_hashCode = _variable.GetHashCode() ^ _range.
GetElementsHashCode
();
System\Data\Common\Utils\Set.cs (1)
377
return obj.
GetElementsHashCode
();