1 write to _hashCode
PresentationFramework (1)
src\Framework\MS\Internal\Data\ValueTable.cs (1)
316
_hashCode
= unchecked(item.GetHashCode() + pd.GetHashCode());
3 references to _hashCode
PresentationFramework (3)
src\Framework\MS\Internal\Data\ValueTable.cs (3)
347
return this.
_hashCode
== that.
_hashCode
&&
357
return
_hashCode
;