1 write to Name
cdac-build-tool (1)
ObjectFileScraper.cs (1)
362Name = GetPoolString(fieldSpec.NameIdx),
3 references to Name
cdac-build-tool (3)
ObjectFileScraper.cs (3)
375while (j < fields.Length && !string.IsNullOrEmpty(fields[j].Name)) 377typeBuilder.AddOrUpdateField(fields[j].Name, fields[j].Type, fields[j].Offset); 378WriteVerbose($"Type {typeName} has field {fields[j].Name} with offset {fields[j].Offset}");