1 write to NameIdx
cdac-build-tool (1)
ObjectFileScraper.cs (1)
497typeSpecs[i].NameIdx = state.ReadUInt32();
2 references to NameIdx
cdac-build-tool (2)
ObjectFileScraper.cs (2)
371string typeName = GetPoolString(typeSpec.NameIdx); 507WriteVerbose($"TypeSpec[{i}]: NameIdx = {typeSpecs[i].NameIdx}, FieldsIdx = {typeSpecs[i].FieldsIdx}, Size = {typeSpecs[i].Size}");