1 write to hashCode
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\NameTable.cs (1)
32this.hashCode = hashCode;
5 references to hashCode
dotnet-svcutil-lib (5)
FrameworkFork\Microsoft.Xml\Xml\NameTable.cs (5)
91if (e.hashCode == hashCode && e.str.Equals(key)) 125if (e.hashCode == hashCode && TextEquals(e.str, key, start, len)) 162if (e.hashCode == hashCode && e.str.Equals(value)) 196if (e.hashCode == hashCode && TextEquals(e.str, key, start, len)) 232int newIndex = e.hashCode & newMask;