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)
248
ModuleData actualModuleData = _simpleNameHashtable.
AddOrGetExisting
(moduleData);
259
_moduleHashtable.
AddOrGetExisting
(moduleData);
ILCompiler.ReadyToRun (2)
src\runtime\src\coreclr\tools\Common\Compiler\CompilerTypeSystemContext.cs (2)
248
ModuleData actualModuleData = _simpleNameHashtable.
AddOrGetExisting
(moduleData);
259
_moduleHashtable.
AddOrGetExisting
(moduleData);
ILCompiler.TypeSystem (6)
src\runtime\src\coreclr\tools\Common\TypeSystem\Common\MetadataVirtualMethodAlgorithm.cs (3)
561
separatedMethods.
AddOrGetExisting
(memberMethod);
584
separatedMethods.
AddOrGetExisting
(declSlot);
1103
alreadyEnumerated.
AddOrGetExisting
(possibleVirtual);
src\runtime\src\coreclr\tools\Common\TypeSystem\Common\Utilities\LockFreeReaderHashtable.cs (1)
562
return
AddOrGetExisting
(CreateValueFromKey(key));
src\runtime\src\coreclr\tools\Common\TypeSystem\Ecma\EcmaModule.cs (2)
499
result = _resolvedTokens.
AddOrGetExisting
(new EcmaField(owningType, handle));
509
result = _resolvedTokens.
AddOrGetExisting
(new EcmaMethod(owningType, handle));