1 instantiation of Enumerator
ILCompiler.TypeSystem (1)
src\runtime\src\coreclr\tools\Common\TypeSystem\Common\Utilities\LockFreeReaderHashtable.cs (1)
673
return new
Enumerator
(hashtable);
9 references to Enumerator
ILCompiler.Compiler (4)
Compiler\DependencyAnalysis\DictionaryLayoutNode.cs (1)
292
foreach (GenericLookupResult entry in EntryHashTable.
Enumerator
.Get(_entries))
Compiler\PreinitializationManager.cs (1)
112
foreach (var item in LockFreeReaderHashtable<MetadataType, TypePreinit.PreinitializationInfo>.
Enumerator
.Get(_preinitHashTable))
src\runtime\src\coreclr\tools\Common\Compiler\CompilerTypeSystemContext.cs (2)
141
foreach (var entry in ModuleHashtable.
Enumerator
.Get(_moduleHashtable))
273
foreach (ModuleData oldModuleData in ModuleHashtable.
Enumerator
.Get(oldTypeSystemContext._moduleHashtable))
ILCompiler.ReadyToRun (2)
src\runtime\src\coreclr\tools\Common\Compiler\CompilerTypeSystemContext.cs (2)
141
foreach (var entry in ModuleHashtable.
Enumerator
.Get(_moduleHashtable))
273
foreach (ModuleData oldModuleData in ModuleHashtable.
Enumerator
.Get(oldTypeSystemContext._moduleHashtable))
ILCompiler.TypeSystem (3)
src\runtime\src\coreclr\tools\Common\TypeSystem\Common\MetadataVirtualMethodAlgorithm.cs (1)
567
foreach (MethodDesc separatedMethod in MethodDescHashtable.
Enumerator
.Get(separatedMethods))
src\runtime\src\coreclr\tools\Common\TypeSystem\Common\Utilities\LockFreeReaderHashtable.cs (2)
671
public static
Enumerator
Get(LockFreeReaderHashtable<TKey, TValue> hashtable)
677
public
Enumerator
GetEnumerator()