Base:
5 references to GetHashCode
dotnet-svcutil-lib (5)
FrameworkFork\Microsoft.Xml\Xml\Cache\XPathNodeInfoAtom.cs (5)
291if (this.GetHashCode() == that.GetHashCode()) 318bldr.Append(GetHashCode()); 436infoNew = _hashTable[info.GetHashCode() & (_hashTable.Length - 1)]; 479int idx = info.GetHashCode() & (_hashTable.Length - 1);