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