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