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