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