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