3 references to _associatedTypeMap
ILCompiler.ReadyToRun (3)
src\runtime\src\coreclr\tools\Common\Compiler\TypeMapMetadata.cs (3)
121if (!_associatedTypeMap.TryAdd(type, associatedType)) 168foreach (KeyValuePair<TypeDesc, TypeDesc> kvp in pendingMap._associatedTypeMap) 234IReadOnlyDictionary<TypeDesc, TypeDesc> IProxyTypeMap.TypeMap => _associatedTypeMap;