11 references to GetRecordHandle
ILCompiler.Compiler (11)
Compiler\MetadataManager.cs (11)
849typeMappings.Add(new MetadataMapping<MetadataType>(definition, writer.GetRecordHandle(record))); 853methodMetadataMappings[methodMapping.Key] = writer.GetRecordHandle(methodMapping.Value); 883writer.GetRecordHandle(transformed.GetTransformedTypeDefinition((MetadataType)method.OwningType.GetTypeDefinition())), 884writer.GetRecordHandle(record)); 888methodMappings.Add(new MetadataMapping<MethodDesc>(method, writer.GetRecordHandle(record))); 898fieldMetadataMappings[field.GetTypicalFieldDefinition()] = writer.GetRecordHandle(record); 913fieldMappings.Add(new MetadataMapping<FieldDesc>(fieldToAdd, writer.GetRecordHandle(record))); 923writer.GetRecordHandle(stackTraceRecord.OwningType), 924writer.GetRecordHandle(stackTraceRecord.MethodSignature), 925writer.GetRecordHandle(stackTraceRecord.MethodName), 926stackTraceRecord.MethodInstantiationArgumentCollection != null ? writer.GetRecordHandle(stackTraceRecord.MethodInstantiationArgumentCollection) : 0,