3 references to AddEntry
Microsoft.CSharp (3)
Microsoft\CSharp\RuntimeBinder\Syntax\NameTable.cs (3)
46
return
AddEntry
(new Name(key), hashCode);
60
return
AddEntry
(new Name(key.Substring(0, length)), hashCode);
69
AddEntry
(name, hashCode);