11 references to GetRecordHandle
ILCompiler.Compiler (11)
Compiler\MetadataManager.cs (11)
837typeMappings.Add(new MetadataMapping<MetadataType>(definition, writer.GetRecordHandle(record))); 841methodMetadataMappings[methodMapping.Key] = writer.GetRecordHandle(methodMapping.Value); 871writer.GetRecordHandle(transformed.GetTransformedTypeDefinition((MetadataType)method.OwningType.GetTypeDefinition())), 872writer.GetRecordHandle(record)); 876methodMappings.Add(new MetadataMapping<MethodDesc>(method, writer.GetRecordHandle(record))); 886fieldMetadataMappings[field.GetTypicalFieldDefinition()] = writer.GetRecordHandle(record); 901fieldMappings.Add(new MetadataMapping<FieldDesc>(fieldToAdd, writer.GetRecordHandle(record))); 911writer.GetRecordHandle(stackTraceRecord.OwningType), 912writer.GetRecordHandle(stackTraceRecord.MethodSignature), 913writer.GetRecordHandle(stackTraceRecord.MethodName), 914stackTraceRecord.MethodInstantiationArgumentCollection != null ? writer.GetRecordHandle(stackTraceRecord.MethodInstantiationArgumentCollection) : 0,