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