3 references to MetadataMapping
ILCompiler.Compiler (3)
Compiler\MetadataManager.cs (3)
837
typeMappings.Add(new
MetadataMapping
<MetadataType>(definition, writer.GetRecordHandle(record)));
876
methodMappings.Add(new
MetadataMapping
<MethodDesc>(method, writer.GetRecordHandle(record)));
901
fieldMappings.Add(new
MetadataMapping
<FieldDesc>(fieldToAdd, writer.GetRecordHandle(record)));