1 write to _hashCode
PresentationFramework (1)
MS\Internal\Data\ValueTable.cs (1)
314
_hashCode
= unchecked(item.GetHashCode() + pd.GetHashCode());
3 references to _hashCode
PresentationFramework (3)
MS\Internal\Data\ValueTable.cs (3)
345
return this.
_hashCode
== that.
_hashCode
&&
355
return
_hashCode
;