1 write to FieldsIdx
cdac-build-tool (1)
ObjectFileScraper.cs (1)
499typeSpecs[i].FieldsIdx = state.ReadUInt32();
2 references to FieldsIdx
cdac-build-tool (2)
ObjectFileScraper.cs (2)
373uint j = typeSpec.FieldsIdx; // convert byte offset to index; 507WriteVerbose($"TypeSpec[{i}]: NameIdx = {typeSpecs[i].NameIdx}, FieldsIdx = {typeSpecs[i].FieldsIdx}, Size = {typeSpecs[i].Size}");