1 instantiation of EntryHashTable
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\DictionaryLayoutNode.cs (1)
272private EntryHashTable _entries = new EntryHashTable();
2 references to EntryHashTable
ILCompiler.Compiler (2)
Compiler\DependencyAnalysis\DictionaryLayoutNode.cs (2)
272private EntryHashTable _entries = new EntryHashTable(); 292foreach (GenericLookupResult entry in EntryHashTable.Enumerator.Get(_entries))