11 references to GetRecordHandle
ILCompiler.Compiler (11)
Compiler\MetadataManager.cs (11)
843typeMappings.Add(new MetadataMapping<MetadataType>(definition, writer.GetRecordHandle(record))); 847methodMetadataMappings[methodMapping.Key] = writer.GetRecordHandle(methodMapping.Value); 877writer.GetRecordHandle(transformed.GetTransformedTypeDefinition((MetadataType)method.OwningType.GetTypeDefinition())), 878writer.GetRecordHandle(record)); 882methodMappings.Add(new MetadataMapping<MethodDesc>(method, writer.GetRecordHandle(record))); 892fieldMetadataMappings[field.GetTypicalFieldDefinition()] = writer.GetRecordHandle(record); 907fieldMappings.Add(new MetadataMapping<FieldDesc>(fieldToAdd, writer.GetRecordHandle(record))); 917writer.GetRecordHandle(stackTraceRecord.OwningType), 918writer.GetRecordHandle(stackTraceRecord.MethodSignature), 919writer.GetRecordHandle(stackTraceRecord.MethodName), 920stackTraceRecord.MethodInstantiationArgumentCollection != null ? writer.GetRecordHandle(stackTraceRecord.MethodInstantiationArgumentCollection) : 0,