1 write to HashCode
Microsoft.CSharp (1)
Microsoft\CSharp\RuntimeBinder\Syntax\NameTable.cs (1)
20HashCode = hashCode;
3 references to HashCode
Microsoft.CSharp (3)
Microsoft\CSharp\RuntimeBinder\Syntax\NameTable.cs (3)
40if (e.HashCode == hashCode && e.Name.Text.Equals(key)) 54if (e.HashCode == hashCode && Equals(e.Name.Text, key, length)) 159int newIndex = e.HashCode & newMask;