Base:
5 references to GetHashCode
System.Private.Xml (5)
System\Xml\Cache\XPathNodeInfoAtom.cs (5)
296
if (this.
GetHashCode
() == other.
GetHashCode
())
323
bldr.Append(
GetHashCode
());
443
infoNew = _hashTable[info.
GetHashCode
() & (_hashTable.Length - 1)];
486
int idx = info.
GetHashCode
() & (_hashTable.Length - 1);