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