33 references to ReadUInt32
cdac-build-tool (33)
ObjectFileScraper.cs (33)
215
var baselineStart = state.
ReadUInt32
();
216
var typesStart = state.
ReadUInt32
();
218
var fieldPoolStart = state.
ReadUInt32
();
219
var globalLiteralValuesStart = state.
ReadUInt32
();
221
var globalPointersStart = state.
ReadUInt32
();
222
var globalStringValuesStart = state.
ReadUInt32
();
224
var globalSubDescriptorsStart = state.
ReadUInt32
();
225
var globalContractsStart = state.
ReadUInt32
();
227
var namesStart = state.
ReadUInt32
();
228
var typeCount = state.
ReadUInt32
();
230
var fieldPoolCount = state.
ReadUInt32
();
231
var globalLiteralValuesCount = state.
ReadUInt32
();
233
var globalPointerValuesCount = state.
ReadUInt32
();
234
var globalStringValuesCount = state.
ReadUInt32
();
236
var globalSubDescriptorsCount = state.
ReadUInt32
();
237
var globalContractsCount = state.
ReadUInt32
();
239
var namesPoolCount = state.
ReadUInt32
();
446
var platformFlags = state.
ReadUInt32
();
447
var baselineNameIdx = state.
ReadUInt32
();
497
typeSpecs[i].NameIdx = state.
ReadUInt32
();
499
typeSpecs[i].FieldsIdx = state.
ReadUInt32
();
524
fieldSpecs[i].NameIdx = state.
ReadUInt32
();
526
fieldSpecs[i].TypeNameIdx = state.
ReadUInt32
();
546
globalSpecs[i].NameIdx = state.
ReadUInt32
();
548
globalSpecs[i].TypeNameIdx = state.
ReadUInt32
();
568
globalSpecs[i].NameIdx = state.
ReadUInt32
();
570
globalSpecs[i].AuxDataIdx = state.
ReadUInt32
();
588
globalSpecs[i].NameIdx = state.
ReadUInt32
();
590
globalSpecs[i].ValueIdx = state.
ReadUInt32
();
608
globalSpecs[i].NameIdx = state.
ReadUInt32
();
610
globalSpecs[i].AuxDataIdx = state.
ReadUInt32
();
628
globalSpecs[i].NameIdx = state.
ReadUInt32
();
630
globalSpecs[i].VersionIdx = state.
ReadUInt32
();