11 references to AddOrGetExisting
ILCompiler.Compiler (3)
Compiler\DependencyAnalysis\DictionaryLayoutNode.cs (1)
285_entries.AddOrGetExisting(entry);
src\runtime\src\coreclr\tools\Common\Compiler\CompilerTypeSystemContext.cs (2)
248ModuleData actualModuleData = _simpleNameHashtable.AddOrGetExisting(moduleData); 259_moduleHashtable.AddOrGetExisting(moduleData);
ILCompiler.ReadyToRun (2)
src\runtime\src\coreclr\tools\Common\Compiler\CompilerTypeSystemContext.cs (2)
248ModuleData actualModuleData = _simpleNameHashtable.AddOrGetExisting(moduleData); 259_moduleHashtable.AddOrGetExisting(moduleData);
ILCompiler.TypeSystem (6)
src\runtime\src\coreclr\tools\Common\TypeSystem\Common\MetadataVirtualMethodAlgorithm.cs (3)
561separatedMethods.AddOrGetExisting(memberMethod); 584separatedMethods.AddOrGetExisting(declSlot); 1103alreadyEnumerated.AddOrGetExisting(possibleVirtual);
src\runtime\src\coreclr\tools\Common\TypeSystem\Common\Utilities\LockFreeReaderHashtable.cs (1)
562return AddOrGetExisting(CreateValueFromKey(key));
src\runtime\src\coreclr\tools\Common\TypeSystem\Ecma\EcmaModule.cs (2)
499result = _resolvedTokens.AddOrGetExisting(new EcmaField(owningType, handle)); 509result = _resolvedTokens.AddOrGetExisting(new EcmaMethod(owningType, handle));