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