7 references to Get
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 (1)
src\runtime\src\coreclr\tools\Common\TypeSystem\Common\MetadataVirtualMethodAlgorithm.cs (1)
567foreach (MethodDesc separatedMethod in MethodDescHashtable.Enumerator.Get(separatedMethods))