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