1 write to _hashCode
System.Data.Entity (1)
System\Data\Common\Utils\Boolean\DomainConstraint.cs (1)
102_hashCode = _variable.GetHashCode() ^ _range.GetElementsHashCode();
3 references to _hashCode
System.Data.Entity (3)
System\Data\Common\Utils\Boolean\DomainConstraint.cs (3)
139if (_hashCode != other._hashCode) { return false; } 145return _hashCode;