1 implementation of IProxyTypeMap
ILCompiler.Compiler (1)
src\runtime\src\coreclr\tools\Common\Compiler\TypeMapMetadata.cs (1)
54internal sealed class Map : IExternalTypeMap, IProxyTypeMap
3 references to IProxyTypeMap
ILCompiler.Compiler (3)
Compiler\UsageBasedTypeMapManager.cs (1)
52private static IProxyTypeMapNode GetProxyTypeMapNode(TypeDesc typeMapGroup, IProxyTypeMap map)
src\runtime\src\coreclr\tools\Common\Compiler\TypeMapMetadata.cs (2)
234IReadOnlyDictionary<TypeDesc, TypeDesc> IProxyTypeMap.TypeMap => _associatedTypeMap; 236MethodDesc IProxyTypeMap.ThrowingMethodStub => _associatedTypeMapExceptionStub;