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)
347return this._hashCode == that._hashCode && 357return _hashCode;