Base:
method
GetHashCode
System.Object.GetHashCode()
5 references to GetHashCode
System.Data.Entity (5)
System\Data\EntityKey.cs (2)
550
if ((key1.
GetHashCode
() != key2.
GetHashCode
() && compareEntitySets) ||
System\Data\Mapping\Update\Internal\RelationshipConstraintValidator.cs (1)
397
_hashCode = toEntityKey.
GetHashCode
() ^
System\Data\Objects\RelationshipWrapper.cs (2)
113
return this.AssociationSet.Name.GetHashCode() ^ (this.Key0.
GetHashCode
() + this.Key1.
GetHashCode
());