2 references to TypeMapMetadata
ILCompiler.ReadyToRun (2)
src\runtime\src\coreclr\tools\Common\Compiler\TypeMapMetadata.cs (2)
239public static readonly TypeMapMetadata Empty = new TypeMapMetadata(new Dictionary<TypeDesc, Map>(), "No type maps", null); 481return new TypeMapMetadata(typeMapStates, $"Type maps rooted at {assembly}", assembly);