1 write to _hashCode
System.Data.Entity (1)
System\Data\Common\Utils\Boolean\DomainConstraint.cs (1)
44
_hashCode
= domainHashCode ^ identifierHashCode;
3 references to _hashCode
System.Data.Entity (3)
System\Data\Common\Utils\Boolean\DomainConstraint.cs (3)
60
return
_hashCode
;
68
if (
_hashCode
!= other.
_hashCode
) { return false; }