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