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)
60return _hashCode; 68if (_hashCode != other._hashCode) { return false; }