62 references to ReadUInt32
Mono.Cecil.Pdb (62)
Microsoft.Cci.Pdb\BitAccess.cs (2)
155ReadUInt32(out values[i]); 227ReadUInt32(out a);
Microsoft.Cci.Pdb\DbiModuleInfo.cs (1)
18bits.ReadUInt32(out offsets);
Microsoft.Cci.Pdb\DbiSecCon.cs (3)
13bits.ReadUInt32(out flags); 16bits.ReadUInt32(out dataCrc); 17bits.ReadUInt32(out relocCrc);
Microsoft.Cci.Pdb\PdbConstant.cs (2)
21bits.ReadUInt32(out this.token); 52bits.ReadUInt32(out ui);
Microsoft.Cci.Pdb\PdbFile.cs (19)
104bits.ReadUInt32(out sig); // 0..3 Signature 181bits.ReadUInt32(out sec.off); 184bits.ReadUInt32(out sec.cod); 210bits.ReadUInt32(out file.index); 211bits.ReadUInt32(out file.count); 212bits.ReadUInt32(out file.linsiz); // Size of payload. 224bits.ReadUInt32(out file.index); 225bits.ReadUInt32(out file.count); 226bits.ReadUInt32(out file.linsiz); // Size of payload. 246bits.ReadUInt32(out line.offset); 247bits.ReadUInt32(out line.flags); 465bits.ReadUInt32(out oem.typind); 477bits.ReadUInt32(out token); 478bits.ReadUInt32(out file_id); 479bits.ReadUInt32(out line); 480bits.ReadUInt32(out column); 481bits.ReadUInt32(out endLine); 482bits.ReadUInt32(out endColumn); 542bits.ReadUInt32(out chk.name);
Microsoft.Cci.Pdb\PdbFunction.cs (28)
108bits.ReadUInt32(out proc.parent); 109bits.ReadUInt32(out proc.end); 149bits.ReadUInt32(out proc.parent); 150bits.ReadUInt32(out proc.end); 151bits.ReadUInt32(out proc.next); 152bits.ReadUInt32(out proc.len); 153bits.ReadUInt32(out proc.dbgStart); 154bits.ReadUInt32(out proc.dbgEnd); 155bits.ReadUInt32(out proc.token); 156bits.ReadUInt32(out proc.off); 202bits.ReadUInt32(out block.parent); 203bits.ReadUInt32(out block.end); 289bits.ReadUInt32(out oem.typind); 311bits.ReadUInt32(out block.parent); 312bits.ReadUInt32(out block.end); 313bits.ReadUInt32(out block.len); 314bits.ReadUInt32(out block.off); 387bits.ReadUInt32(out numberOfBytesInItem); 414bits.ReadUInt32(out numberOfLocals); 419bits.ReadUInt32(out ilStartOffset); 420bits.ReadUInt32(out ilEndOffset); 429bits.ReadUInt32(out this.tokenOfMethodWhoseUsingInfoAppliesToThisMethod); 508bits.ReadUInt32(out this.kickoffMethodToken); 509bits.ReadUInt32(out this.generatedCatchHandlerIlOffset); 510bits.ReadUInt32(out asyncStepInfoCount); 528bits.ReadUInt32(out this.synchronizeOffset); 529bits.ReadUInt32(out this.continuationMethodToken); 530bits.ReadUInt32(out this.continuationOffset);
Microsoft.Cci.Pdb\PdbScope.cs (4)
68bits.ReadUInt32(out sub.parent); 69bits.ReadUInt32(out sub.end); 70bits.ReadUInt32(out sub.len); 71bits.ReadUInt32(out sub.off);
Microsoft.Cci.Pdb\PdbSlot.cs (3)
26bits.ReadUInt32(out slot.index); 27bits.ReadUInt32(out slot.typind); 28bits.ReadUInt32(out slot.offCod);